update 文档拆分-导入拆分结果

This commit is contained in:
赵霄
2023-10-23 16:51:00 +08:00
parent 23d131e3bd
commit 17ffd068f9
6 changed files with 69 additions and 18 deletions
@@ -106,7 +106,7 @@
v-model="formInline[item.dbFieldName]"
:disabled="disabled || disabledFieldList.includes(item.dbFieldName)"
:placeholder="$t('pleaseSelect')+item.dbFieldTxt"
:type="'select'"
:type="radioDictSelect.includes(item.dbFieldName)? 'radio' : 'select'"
:triggerChange="false"
:dictCode="item.dictField"/>
<!-- 11, 下拉多选数据字典 -->
@@ -193,6 +193,7 @@ export default {
uploadName: '',
type: 'add',
hiddenFieldList: ['item_num', 'item_title', 'item_content', 'interpretation_articles'], // 隐藏的字段
radioDictSelect: ['is_long_effect'], // 使用radio样式的数据字典单选
disabledFieldList: [], // 禁用的字段
specialPlaceholder: {}, // 特殊的placeholder
optionsData: {} // 通过接口获取的下拉数据