修改细节问题

This commit is contained in:
qq787203167
2022-03-05 11:52:22 +08:00
parent b557c0d214
commit 5b67bf3c18
4 changed files with 35 additions and 40 deletions
+4 -4
View File
@@ -173,7 +173,7 @@
</div>
</a-col>
<a-col :span="12" v-else-if="item.field_show_type === 'treeSelect'">
<a-col :span="12" v-else-if="item.field_show_type === '0'">
<div class="box-title-text">
<div class="title-text">
<span class="Required" v-if="item.field_must_input == 0">*</span>
@@ -182,11 +182,11 @@
<a-form-model-item class="itemModel" :prop="item.db_field_name">
<a-tree-select
v-model="formInline[item.db_field_name]"
style="width: 100%"
:maxTagCount="1"
:tree-data="treeData"
style="width: 100%"
:tree-data="item.tree"
tree-checkable
placeholder="Please select"
:placeholder="$t('PleaseSelect')+item.db_field_txt"
/>
</a-form-model-item>
</div>