src/components/view/standard-table/technology.vue
@@ -18,7 +18,7 @@ </span> </template> </el-table-column> <el-table-column sortable label="工艺名称" width="200"> <el-table-column sortable label="工艺名称" width="200px"> <template slot-scope="scope"> <el-tag type="success" v-if="!scope.row.children">02</el-tag> <span style="color: black">{{ scope.row.name }}</span>