From 3b2baa9ba276774050fc19955028d197df3f7fcd Mon Sep 17 00:00:00 2001 From: Vergil <974548713@qq.com> Date: Tue, 24 Mar 2020 16:19:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E9=97=B4=E6=8E=92=E4=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PartsNumberMaintenance/index.vue | 20 +++++++++---------- .../ShopScheduling/index.vue | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/views/BasicData/PartsNumberMaintenance/index.vue b/src/views/BasicData/PartsNumberMaintenance/index.vue index 8f8a0ea1..1f916837 100644 --- a/src/views/BasicData/PartsNumberMaintenance/index.vue +++ b/src/views/BasicData/PartsNumberMaintenance/index.vue @@ -115,16 +115,16 @@ - - - - - - - - - - + + + + + + + + + +
diff --git a/src/views/ManufacturingCenter/ShopScheduling/index.vue b/src/views/ManufacturingCenter/ShopScheduling/index.vue index 0a8e34d1..bad17529 100644 --- a/src/views/ManufacturingCenter/ShopScheduling/index.vue +++ b/src/views/ManufacturingCenter/ShopScheduling/index.vue @@ -202,7 +202,7 @@ export default { }, tableData1ClassName({ row, rowIndex }) { row.index = rowIndex - if (row.状态 === '1') { + if (row.状态 === 1) { return 'CJPClingjianjinxing' } },