directly above:
this is the effect of the UI diagram:
element-uitable:
how do I put the multi-check boxes in the UI diagram into the contents of my table?
my code has tried to do this. It"s not right:
tableData2:[{
date: "<br><el-checkbox-group v-model="checkList"><el-checkbox label=" A"></el-checkbox><el-checkbox label=" B"></el-checkbox></el-checkbox-group>",
name: "",
address: "",
rowe: "",
time: ""
}, {
date: "<span></span><br><br>",
name: "",
address: "",
rowe: "",
time: ""
}]
<el-table-column
prop="date"
label="">
<template slot-scope="scope">
<p v-html="scope.row.date">
</template>
</el-table-column>