diff --git a/src/views/Outsourcing/PreorderAssociation/index.vue b/src/views/Outsourcing/PreorderAssociation/index.vue
index eb16c1cf..782c0d46 100644
--- a/src/views/Outsourcing/PreorderAssociation/index.vue
+++ b/src/views/Outsourcing/PreorderAssociation/index.vue
@@ -16,11 +16,9 @@
align="center"
width="50"/>
-
{{ scope.row.零件图号 }}
-
@@ -57,19 +55,23 @@
-
+
-
选择
-
+
+
+ 外协
+ 自制
+
+
{{ scope.row.工艺名称 }}
@@ -252,14 +254,6 @@ export default {
handleCurrentChange1(val) {
this.pageCurrent1 = val
this.searchTable()
- },
- // 表格颜色
- tableRowClassName({ row }) {
- if (row.工序间是否外协 === 2) {
- return 'waixie'
- } else {
- return ''
- }
}
}
}