[fix 87798] 高级搜索-列表字段调整
This commit is contained in:
+1
-1
@@ -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' }
|
||||||
},
|
},
|
||||||
{ // 关键控制器
|
{ // 关键控制器
|
||||||
|
|||||||
+3
-3
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user