标签管理字典配置

This commit is contained in:
caoyang
2022-03-04 15:16:35 +08:00
parent 9cd3097fac
commit c4d539f626
@@ -31,7 +31,7 @@
</a-col>
<a-col :span="24">
<a-form-model-item label="属性类型" prop="fieldShowType" >
<j-dict-select-tag type="list"v-model="form.fieldShowType" dictCode="field_show_type" />
<j-dict-select-tag type="list" v-model="form.fieldShowType" dictCode="field_show_type" />
<!-- <j-dict-select-tag type="list" v-if="type=='input'" v-model="form.fieldShowType" dictCode="sys_dict_item,item_text,item_value,dict_id='1493098515761917954' and (item_text = '输入框(字符串)' or item_text = '输入框(数字)' or item_text = '单日期选择' or item_text = '多日期选择' or item_text = '文件' or item_text = '文本框' or item_text='标准选择' or item_text = '输入框(链接)' or item_text = '人员选择') " placeholder="请选择属性类型" />-->
<!-- <j-dict-select-tag type="list" v-if="type=='select'" v-model="form.fieldShowType" dictCode="sys_dict_item,item_text,item_value,dict_id='1493098515761917954' and (item_text = '单选下拉框' or item_text = '多选下拉框' or item_text = '树形结构')" placeholder="请选择属性类型" />-->
</a-form-model-item>