From 3d4226e9bc8a54ca9941a06b8ef12106a5868231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BC=9F=E5=BA=9A?= Date: Sun, 25 Jun 2023 16:36:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E8=AD=A6=E5=88=97=E8=A1=A8=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E9=83=A8=E5=88=86=E7=BB=86=E8=8A=82=EF=BC=8C=E9=A2=84?= =?UTF-8?q?=E8=AD=A6=E5=88=97=E8=A1=A8=E8=AF=A6=E6=83=85=E9=A1=B5=E5=BC=80?= =?UTF-8?q?=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/warn-detail/tab.vue | 14 +- .../main/forewarning/list/detail/index.vue | 127 ++++ src/page/main/forewarning/list/index.vue | 94 ++- .../forewarning/list/user-input-table.vue | 8 +- src/page/main/forewarning/rule-set/index.vue | 605 +++++++++++++++++- 5 files changed, 821 insertions(+), 27 deletions(-) create mode 100644 src/page/main/forewarning/list/detail/index.vue diff --git a/src/components/warn-detail/tab.vue b/src/components/warn-detail/tab.vue index 069ab3f..1615ab4 100644 --- a/src/components/warn-detail/tab.vue +++ b/src/components/warn-detail/tab.vue @@ -14,7 +14,7 @@