From af51566c3f3bf2d51047ce99db6a35b1ea1d6c2b Mon Sep 17 00:00:00 2001 From: yinq Date: Mon, 22 Apr 2024 16:48:18 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E5=BC=82=E5=B8=B8=E7=8E=87?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/settings.js | 2 +- .../downgradeProportionReport/index.vue | 34 +++++++++++++------ .../report/electricalInspection/index.vue | 24 ++++++------- 3 files changed, 36 insertions(+), 24 deletions(-) diff --git a/src/settings.js b/src/settings.js index 6a0b09f..fd24806 100644 --- a/src/settings.js +++ b/src/settings.js @@ -12,7 +12,7 @@ module.exports = { /** * 是否显示顶部导航 */ - topNav: false, + topNav: true, /** * 是否显示 tagsView diff --git a/src/views/report/downgradeProportionReport/index.vue b/src/views/report/downgradeProportionReport/index.vue index c322fbf..a1c2cff 100644 --- a/src/views/report/downgradeProportionReport/index.vue +++ b/src/views/report/downgradeProportionReport/index.vue @@ -11,6 +11,16 @@ > + + + + + 样品机数:{{ totalSum }} + >异常数:{{ totalSum }} @@ -68,9 +78,9 @@ - + - + @@ -90,8 +100,7 @@