From fb94683b9bdd4a42aafee1474949b7df30e6425a Mon Sep 17 00:00:00 2001 From: LiuJiaNan Date: Wed, 28 Feb 2024 09:49:13 +0800 Subject: [PATCH] bug14305 --- .../components/troubleshooting_type.vue | 122 +++++++----------- 1 file changed, 47 insertions(+), 75 deletions(-) diff --git a/src/views/large_screen_data_display/components/troubleshooting_type.vue b/src/views/large_screen_data_display/components/troubleshooting_type.vue index 7183e24..bf58268 100644 --- a/src/views/large_screen_data_display/components/troubleshooting_type.vue +++ b/src/views/large_screen_data_display/components/troubleshooting_type.vue @@ -29,17 +29,46 @@
现场排查数
-
+ + {{ typeList.filter((item) => item.NAME === "现场清单")[0].count }} +
基础排查数
-
+ + {{ typeList.filter((item) => item.NAME === "基础类清单")[0].count }} +
综合排查数
-
+ + {{ typeList.filter((item) => item.NAME === "综合类清单")[0].count }} +
@@ -47,18 +76,21 @@