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].采购质检}%` }}