@@ -49,14 +49,8 @@
:prop="`sysDictDataList.${index}.itemValue`"
:rules="[{ required: true, message: '请输入字典项值', trigger: 'blur' }]"
>
- <el-input
- v-model="item.itemValue"
- W
- placeholder="请输入"
- type="textarea"
- show-word-limit
- maxlength="500"
- />
+ <el-input v-model="item.itemValue" <<<<<<< HEAD W ======= >>>>>>> 98d82473 (feat:
+ 修改字典管理字典项输入限制) placeholder="请输入" type="textarea" show-word-limit maxlength="500" />
</el-form-item>
<el-form-item
:label="`字典项编码`"
@@ -65,7 +59,7 @@
<el-input
v-model="item.itemCode"
- placeholder="请输入字典项编码"
+ placeholder="请输入"
type="textarea"
show-word-limit
maxlength="500"