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 @@