Fixiaobai
2023-09-14 89719fb2012ad6c2bfc9d11fbd9b78bb2b91a3aa
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>