[update] 标签管理新增字段名称暂时注释
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user