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