[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'), title: this.$t('workCenter.standardInterpretationProcess.involvingSystemsComponents'),
align: 'center', align: 'center',
width: 180, width: 180,
dataIndex: 'keywords_dictText', dataIndex: 'partName_dictText',
scopedSlots: { customRender: 'text' } scopedSlots: { customRender: 'text' }
}, },
{ // 关键控制器 { // 关键控制器
@@ -47,13 +47,13 @@
<!--涉及系统/部件--> <!--涉及系统/部件-->
<a-form-item :label="$t('workCenter.standardInterpretationProcess.involvingSystemsComponents')" :colon="false"> <a-form-item :label="$t('workCenter.standardInterpretationProcess.involvingSystemsComponents')" :colon="false">
<tree-selection :placeholder="$t('pleaseSelect')+$t('workCenter.standardInterpretationProcess.involvingSystemsComponents')" <tree-selection :placeholder="$t('pleaseSelect')+$t('workCenter.standardInterpretationProcess.involvingSystemsComponents')"
filedName="keywords" filedName="partName"
type="checkbox" type="checkbox"
options-href="/laws/standard/partName/" options-href="/laws/standard/partName/"
:nameStr="model.keywords_dictText" :nameStr="model.partName"
:disabled="disabled" :disabled="disabled"
@nameChange="nameChange" @nameChange="nameChange"
v-decorator="['keywords']" /> v-decorator="['partName']" />
</a-form-item> </a-form-item>
<!--关键控制器--> <!--关键控制器-->
<a-form-item :label="$t('workCenter.standardInterpretationProcess.keyController')" :colon="false"> <a-form-item :label="$t('workCenter.standardInterpretationProcess.keyController')" :colon="false">