|
@@ -476,7 +476,12 @@
|
|
'modalityTagList', // 给表单赋值或拉取表单时,该input对应的key
|
|
'modalityTagList', // 给表单赋值或拉取表单时,该input对应的key
|
|
{ rules: [{ required: true, message: '请选择形式标签!' }] },
|
|
{ rules: [{ required: true, message: '请选择形式标签!' }] },
|
|
]"
|
|
]"
|
|
- :props="{ checkStrictly: true, value: 'tagCode', label: 'tagName', expandTrigger: 'hover' }"
|
|
|
|
|
|
+ :props="{ multiple: true,
|
|
|
|
+ value: 'id',
|
|
|
|
+ label: 'tagName',
|
|
|
|
+ emitPath: false,
|
|
|
|
+ checkStrictly: true,
|
|
|
|
+ expandTrigger: 'hover', }"
|
|
filterable
|
|
filterable
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
></el-cascader>
|
|
></el-cascader>
|
|
@@ -521,7 +526,12 @@
|
|
'senceTagList', // 给表单赋值或拉取表单时,该input对应的key
|
|
'senceTagList', // 给表单赋值或拉取表单时,该input对应的key
|
|
{ rules: [{ required: true, message: '请选择场景标签!' }] },
|
|
{ rules: [{ required: true, message: '请选择场景标签!' }] },
|
|
]"
|
|
]"
|
|
- :props="{ checkStrictly: true, value: 'tagCode', label: 'tagName', expandTrigger: 'hover' }"
|
|
|
|
|
|
+ :props="{ multiple: true,
|
|
|
|
+ value: 'id',
|
|
|
|
+ label: 'tagName',
|
|
|
|
+ emitPath: false,
|
|
|
|
+ checkStrictly: true,
|
|
|
|
+ expandTrigger: 'hover', }"
|
|
filterable
|
|
filterable
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
></el-cascader>
|
|
></el-cascader>
|
|
@@ -538,7 +548,12 @@
|
|
'modTagList', // 给表单赋值或拉取表单时,该input对应的key
|
|
'modTagList', // 给表单赋值或拉取表单时,该input对应的key
|
|
{ rules: [{ required: true, message: '请选择基调标签!' }] },
|
|
{ rules: [{ required: true, message: '请选择基调标签!' }] },
|
|
]"
|
|
]"
|
|
- :props="{ checkStrictly: true, value: 'tagCode', label: 'tagName', expandTrigger: 'hover' }"
|
|
|
|
|
|
+ :props="{ multiple: true,
|
|
|
|
+ value: 'id',
|
|
|
|
+ label: 'tagName',
|
|
|
|
+ emitPath: false,
|
|
|
|
+ checkStrictly: true,
|
|
|
|
+ expandTrigger: 'hover', }"
|
|
filterable
|
|
filterable
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
></el-cascader>
|
|
></el-cascader>
|