From b22316d993c16fd192dc284a42f741396b57d413 Mon Sep 17 00:00:00 2001 From: haha Date: Sun, 16 Mar 2025 21:47:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E9=9A=90=E6=82=A3=E5=A4=A7?= =?UTF-8?q?=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yanzhu-bigscreen/src/api/safety.js | 2 - .../src/views/safety/safetyCheckDialog.vue | 293 ++++++++++++++++++ yanzhu-bigscreen/src/views/safetyCheck.vue | 236 +++++++++++++- .../trouble/SmzSspProblemmodifyMapper.xml | 6 + 4 files changed, 521 insertions(+), 16 deletions(-) create mode 100644 yanzhu-bigscreen/src/views/safety/safetyCheckDialog.vue diff --git a/yanzhu-bigscreen/src/api/safety.js b/yanzhu-bigscreen/src/api/safety.js index 603ddabe..0fbc4918 100644 --- a/yanzhu-bigscreen/src/api/safety.js +++ b/yanzhu-bigscreen/src/api/safety.js @@ -25,8 +25,6 @@ const listCountForBG = (data) => { }; const listForBG = (data) => { - data.pageSize = 5; - data.pageNum = 1; return request({ url: `/manage/problemmodify/listForBG`, method: "get", diff --git a/yanzhu-bigscreen/src/views/safety/safetyCheckDialog.vue b/yanzhu-bigscreen/src/views/safety/safetyCheckDialog.vue new file mode 100644 index 00000000..afda7920 --- /dev/null +++ b/yanzhu-bigscreen/src/views/safety/safetyCheckDialog.vue @@ -0,0 +1,293 @@ + + + + + \ No newline at end of file diff --git a/yanzhu-bigscreen/src/views/safetyCheck.vue b/yanzhu-bigscreen/src/views/safetyCheck.vue index 002004cd..1aa41cec 100644 --- a/yanzhu-bigscreen/src/views/safetyCheck.vue +++ b/yanzhu-bigscreen/src/views/safetyCheck.vue @@ -21,7 +21,7 @@ - +
{{ item1Data.total }}
@@ -79,14 +79,14 @@ - + - +
{{ item2Data.total }}
@@ -145,7 +145,7 @@ - +
{{ item3Data.total }}
@@ -204,7 +204,7 @@ - +
{{ item4Data.total }}
@@ -263,13 +263,19 @@ +