[fix 87798] 高级搜索-列表字段调整

This commit is contained in:
danshihao
2024-07-31 20:22:13 +08:00
parent 2f139a8f91
commit 5bec04e195
2 changed files with 4 additions and 4 deletions
@@ -221,7 +221,7 @@ export default {
title: this.$t('workCenter.standardInterpretationProcess.involvingSystemsComponents'),
align: 'center',
width: 180,
dataIndex: 'keywords_dictText',
dataIndex: 'partName_dictText',
scopedSlots: { customRender: 'text' }
},
{ // 关键控制器
@@ -47,13 +47,13 @@
<!--涉及系统/部件-->
<a-form-item :label="$t('workCenter.standardInterpretationProcess.involvingSystemsComponents')" :colon="false">
<tree-selection :placeholder="$t('pleaseSelect')+$t('workCenter.standardInterpretationProcess.involvingSystemsComponents')"
filedName="keywords"
filedName="partName"
type="checkbox"
options-href="/laws/standard/partName/"
:nameStr="model.keywords_dictText"
:nameStr="model.partName"
:disabled="disabled"
@nameChange="nameChange"
v-decorator="['keywords']" />
v-decorator="['partName']" />
</a-form-item>
<!--关键控制器-->
<a-form-item :label="$t('workCenter.standardInterpretationProcess.keyController')" :colon="false">