[update] 标签管理新增字段名称暂时注释

This commit is contained in:
lideqin
2024-08-06 14:52:22 +08:00
parent 388ba1614b
commit e8cf4f5098
@@ -53,15 +53,15 @@
</a-form-model-item>
</a-col>
<!-- 字段名称 正式环境 需要注释掉开发环境可以先留着方便使用-->
<a-col :span="24" v-if="canOpeFlag">
<a-form-model-item :label="$t('system.tag.fieldName')" prop="dbFieldName">
<a-input
v-model.trim="form.dbFieldName"
:placeholder="$t('pleaseEnter') + $t('system.tag.fieldName')"
:maxLength="60"
></a-input>
</a-form-model-item>
</a-col>
<!-- <a-col :span="24" v-if="canOpeFlag">-->
<!-- <a-form-model-item :label="$t('system.tag.fieldName')" prop="dbFieldName">-->
<!-- <a-input-->
<!-- v-model.trim="form.dbFieldName"-->
<!-- :placeholder="$t('pleaseEnter') + $t('system.tag.fieldName')"-->
<!-- :maxLength="60"-->
<!-- ></a-input>-->
<!-- </a-form-model-item>-->
<!-- </a-col>-->
<!-- 属性类型-->
<a-col :span="24">
<a-form-model-item :label="$t('system.tag.attributeType')" prop="fieldShowType">