<el-table-column label="设置标签" align="center"> <template slot-scope="scope"> <el-checkbox :checked="scope.row.restaurantTagTypes[0].checked" @change = "changeStatus1(scope.$index, scope.row)">{{scope.row.restaurantTagTypes[0].restaurantTagText}}</el-checkbox> <el-checkbox :checked=...
<el-table :data="tableData" :height="tableHeight" border size="mini" @selection-change="handleSelectionChange"> <el-table-column align="center" label="删除"> <template slot-scope="scope"> <el-link v-if="scope.row.reportId" :underline="false" type="primary" size="mini"> </el-link...
<el-table-column label="设置标签" align="center"> <template slot-scope="scope"> <el-checkbox :checked="scope.row.restaurantTagTypes[0].checked" @change = "changeStatus1(scope.$index, scope.row)">{{scope.row.restaurantTagTypes[0].restaurantTagText}}</el-checkbox> <el-checkbox :checked=...
<el-table-column label="设置标签" align="center"> <template slot-scope="scope"> <el-checkbox :checked="scope.row.restaurantTagTypes[0].checked" @change = "changeStatus1(scope.$index, scope.row)">{{scope.row.restaurantTagTypes[0].restaurantTagText}}</el-checkbox> <el-checkbox :checked=...