From 50adea266700795ad997280474eed32ae25bee31 Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Fri, 27 Sep 2019 10:23:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A8=E6=A3=80=E6=A8=AA=E5=B2=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ManufacturingCenter/ParseQuery/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/ManufacturingCenter/ParseQuery/index.vue b/src/views/ManufacturingCenter/ParseQuery/index.vue index 598e33eb..c46b0f34 100644 --- a/src/views/ManufacturingCenter/ParseQuery/index.vue +++ b/src/views/ManufacturingCenter/ParseQuery/index.vue @@ -19,7 +19,7 @@
装配质检合格率:{{ `${data2[0].装配质检}%` }}
- 装配质检
{{ `${data2[0].装配质检}%` }}
+ 装配质检
{{ `${data2[0].装配质检 === 11111111 ? '-' : data2[0].装配质检}%` }}
@@ -55,13 +55,13 @@
自制质检合格率:{{ `${data2[0].自制质检}%` }}
- 自制质检
{{ `${data2[0].自制质检}%` }}
+ 自制质检
{{ `${data2[0].自制质检 === 11111111 ? '-' : data2[0].自制质检}%` }}
采购质检合格率:{{ `${data2[0].采购质检}%` }}
- 采购质检
{{ `${data2[0].采购质检 === 0 ? data2[0].采购质检 : '-'}%` }}
+ 采购质检
{{ `${data2[0].采购质检 === 11111111 ? '-' : data2[0].采购质检}%` }}