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