配置检查技术添加描述
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
23e55e612f
commit
30ff00fc84
|
@ -626,8 +626,9 @@
|
|||
]"
|
||||
:props="{
|
||||
key: 'value',
|
||||
label: 'value',
|
||||
label: 'label',
|
||||
}"
|
||||
:render-content="renderFunc"
|
||||
>
|
||||
</el-transfer>
|
||||
<!-- <el-table
|
||||
|
@ -892,6 +893,15 @@ export default {
|
|||
],
|
||||
},
|
||||
errMessage: null,
|
||||
|
||||
renderFunc(h, option) {
|
||||
return (
|
||||
<span>
|
||||
{option.value} <span style="color:#ddd">-</span>{" "}
|
||||
{option.raw.Description}
|
||||
</span>
|
||||
);
|
||||
},
|
||||
};
|
||||
},
|
||||
created() {
|
||||
|
@ -931,7 +941,6 @@ export default {
|
|||
return v1 === v.value;
|
||||
});
|
||||
});
|
||||
console.log(a);
|
||||
this.selectedList = a.map((item) => item.value);
|
||||
},
|
||||
handleBodyPartSelectionChange(val) {
|
||||
|
|
Loading…
Reference in New Issue