From f02eb65909bb1de299bda8b65583df6dd0605afc Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Thu, 21 Mar 2024 11:59:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B5=84=E8=B4=A8=E9=A2=84=E8=AD=A6?= =?UTF-8?q?=E4=BF=A1=E6=81=AF-=E5=A2=9E=E5=8A=A0=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/remind/supCertRemindMsg.vue | 91 +++++++++++++++++++++++---- 1 file changed, 78 insertions(+), 13 deletions(-) diff --git a/src/views/remind/supCertRemindMsg.vue b/src/views/remind/supCertRemindMsg.vue index ef31f98..e952f0b 100644 --- a/src/views/remind/supCertRemindMsg.vue +++ b/src/views/remind/supCertRemindMsg.vue @@ -14,7 +14,7 @@ - + - + - + + + + + + + + + + + + + + +
@@ -116,7 +136,7 @@ - + - + - + + + + + + + + + + + + + + + @@ -224,13 +264,13 @@ - - - - - + + + + + + + @@ -252,7 +292,26 @@ + + + + + + + + + + + + + @@ -429,6 +488,8 @@ export default { productQuery: { name: null, status: 1, + warnType: null, + supName: null, ignoreStatus: 0, type: 3, page: 1, @@ -442,6 +503,8 @@ export default { name: null, status: 1, ignoreStatus: 0, + warnType: null, + supName: null, type: 2, page: 1, limit: 20, @@ -453,6 +516,8 @@ export default { supQuery: { name: null, + warnType: null, + supName: null, status: 1, ignoreStatus: 0, type: 1,