[update] 标签管理新增字段名称暂时注释
This commit is contained in:
@@ -53,15 +53,15 @@
|
|||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<!-- 字段名称 正式环境 需要注释掉,开发环境可以先留着,方便使用-->
|
<!-- 字段名称 正式环境 需要注释掉,开发环境可以先留着,方便使用-->
|
||||||
<a-col :span="24" v-if="canOpeFlag">
|
<!-- <a-col :span="24" v-if="canOpeFlag">-->
|
||||||
<a-form-model-item :label="$t('system.tag.fieldName')" prop="dbFieldName">
|
<!-- <a-form-model-item :label="$t('system.tag.fieldName')" prop="dbFieldName">-->
|
||||||
<a-input
|
<!-- <a-input-->
|
||||||
v-model.trim="form.dbFieldName"
|
<!-- v-model.trim="form.dbFieldName"-->
|
||||||
:placeholder="$t('pleaseEnter') + $t('system.tag.fieldName')"
|
<!-- :placeholder="$t('pleaseEnter') + $t('system.tag.fieldName')"-->
|
||||||
:maxLength="60"
|
<!-- :maxLength="60"-->
|
||||||
></a-input>
|
<!-- ></a-input>-->
|
||||||
</a-form-model-item>
|
<!-- </a-form-model-item>-->
|
||||||
</a-col>
|
<!-- </a-col>-->
|
||||||
<!-- 属性类型-->
|
<!-- 属性类型-->
|
||||||
<a-col :span="24">
|
<a-col :span="24">
|
||||||
<a-form-model-item :label="$t('system.tag.attributeType')" prop="fieldShowType">
|
<a-form-model-item :label="$t('system.tag.attributeType')" prop="fieldShowType">
|
||||||
|
|||||||
Reference in New Issue
Block a user