配置检查技术添加描述
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-06-06 16:11:34 +08:00
parent 23e55e612f
commit 30ff00fc84
1 changed files with 11 additions and 2 deletions

View File

@ -626,8 +626,9 @@
]" ]"
:props="{ :props="{
key: 'value', key: 'value',
label: 'value', label: 'label',
}" }"
:render-content="renderFunc"
> >
</el-transfer> </el-transfer>
<!-- <el-table <!-- <el-table
@ -892,6 +893,15 @@ export default {
], ],
}, },
errMessage: null, errMessage: null,
renderFunc(h, option) {
return (
<span>
{option.value} <span style="color:#ddd">-</span>{" "}
{option.raw.Description}
</span>
);
},
}; };
}, },
created() { created() {
@ -931,7 +941,6 @@ export default {
return v1 === v.value; return v1 === v.value;
}); });
}); });
console.log(a);
this.selectedList = a.map((item) => item.value); this.selectedList = a.map((item) => item.value);
}, },
handleBodyPartSelectionChange(val) { handleBodyPartSelectionChange(val) {