mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 13:26:45 +08:00
969 bug修复
This commit is contained in:
@@ -212,7 +212,7 @@
|
||||
</div>
|
||||
<div class="btnbox">
|
||||
<a-input v-model:value="formData.source" style="width: 400px; height: 40px; border-radius: 8px" :disabled="taskIndex >= 0"
|
||||
placeholder="请输入数据来源" :maxlength="20" />
|
||||
placeholder="请输入数据来源" :maxlength="120" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="main_item2">
|
||||
|
||||
@@ -287,7 +287,7 @@
|
||||
v-model:value="formData.source"
|
||||
style="width: 400px; height: 40px; border-radius: 8px"
|
||||
placeholder="请输入数据来源"
|
||||
:maxlength="20"
|
||||
:maxlength="120"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user