|
|
@@ -175,7 +175,7 @@
|
|
|
<!-- tab4 - 流程控制 -->
|
|
|
<DkForm ref="formInline" v-if="currentTab =='tab4'" v-model="nodeData" :label-max-words="6" :colCount="2">
|
|
|
<!-- 成型标签 -->
|
|
|
- <DkFormItem prop="moldlineTags" v-if="nodeControl?.moldlineTags?.visible" :span="12">
|
|
|
+ <DkFormItem prop="moldlineTags" v-if="nodeControl?.moldlineTags?.visible" :span="12" :info="$config.nodeInfo.moldlineTags">
|
|
|
<SelectPop ref="moldlineTags" v-model="nodeData.moldlineTags" label-key="dataValue" value-key="dataId"
|
|
|
:multiple="true" :options="moldlineTagsList"/>
|
|
|
</DkFormItem>
|
|
|
@@ -478,6 +478,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
field: 'moldlineTags',
|
|
|
+ info:self.$config.nodeInfo.moldlineTags,
|
|
|
type: 'select',
|
|
|
options: () => self.moldlineTagsList,
|
|
|
labelKey: 'dataValue',
|
|
|
@@ -520,6 +521,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
field: 'moldlineTags',
|
|
|
+ info:self.$config.nodeInfo.moldlineTags,
|
|
|
type: 'select',
|
|
|
options: () => self.moldlineTagsList,
|
|
|
labelKey: 'dataValue',
|
|
|
@@ -564,6 +566,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
field: 'moldlineTags',
|
|
|
+ info:self.$config.nodeInfo.moldlineTags,
|
|
|
type: 'select',
|
|
|
options: () => self.moldlineTagsList,
|
|
|
labelKey: 'dataValue',
|