[update] 标签管理-固定字段可以编辑字段长度
This commit is contained in:
@@ -105,7 +105,6 @@
|
||||
<a-form-model-item :label="$t('system.tag.fieldLength')" prop="dbLength" key="dbLength">
|
||||
<a-input-number v-model="form.dbLength" :min="1" :max="form.fieldShowType === FieldType.TEXT_BOX.value ? 50 : 9999"
|
||||
:placeholder="$t('pleaseEnter') + $t('system.tag.fieldLength')"
|
||||
:disabled="fixedFieldDisabled"
|
||||
style="width: 100%" :formatter="limitNumber" :parser="limitNumber" />
|
||||
</a-form-model-item>
|
||||
</a-col>
|
||||
@@ -489,9 +488,8 @@ export default {
|
||||
} else {
|
||||
this.isSearch = true
|
||||
}
|
||||
// 输入框(字符串) 文本框 人员选择 标准选择 输入框(链接)
|
||||
// 文本框
|
||||
if (val === FieldType.TEXT_BOX.value || val === 'sel_user') {
|
||||
if (val === FieldType.TEXT_BOX.value) {
|
||||
this.isLength = true
|
||||
} else {
|
||||
this.isLength = false
|
||||
|
||||
Reference in New Issue
Block a user