From 868d6cbe9f33f486bed6fd0c50054d59885d2ad2 Mon Sep 17 00:00:00 2001
From: zhangdingyu <974548713@qq.com>
Date: Mon, 26 Nov 2018 15:28:05 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BA=8F=E9=97=B4=E5=A4=96=E5=8D=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Outsourcing/PreorderAssociation/index.vue | 20 +++++++------------
1 file changed, 7 insertions(+), 13 deletions(-)
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 ''
- }
}
}
}