1 <el-table-column label="状态"> 2 <template slot-scope="scope"> 3 <el-switch 4 v-model="scope.row.flag" 5 class="demo" 6 ...
確定! 回上一頁