From 6188428c35f461bf4b05c92db47b4fc9df29a383 Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Wed, 19 Jun 2024 10:19:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E9=80=89=E6=8B=A9=E6=A1=86=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/system/check/add.html | 4 ++-- .../src/main/resources/templates/system/check/check.html | 4 ++-- .../src/main/resources/templates/system/check/detail.html | 4 ++-- .../src/main/resources/templates/system/check/edit.html | 4 ++-- .../templates/system/checkresult/checkresult.html | 4 ++-- .../resources/templates/system/checkresult/docheck.html | 4 ++-- .../main/resources/templates/system/fileprovide/add.html | 8 ++++---- .../resources/templates/system/network/netinfo/add.html | 4 ++-- .../resources/templates/system/network/netinfo/edit.html | 2 ++ .../resources/templates/system/network/network/add.html | 8 ++++---- .../resources/templates/system/network/network/edit.html | 5 +++-- .../templates/system/network/network/network.html | 4 ++-- .../src/main/resources/templates/system/notify/add.html | 4 ++-- .../src/main/resources/templates/system/notify/edit.html | 4 ++-- .../main/resources/templates/system/notify/notify.html | 4 ++-- .../resources/templates/system/property/data/add.html | 1 + .../resources/templates/system/property/property/add.html | 4 ++-- .../templates/system/property/property/edit.html | 4 ++-- .../templates/system/property/property/property.html | 2 +- .../templates/system/property/propertychange/change.html | 1 + .../templates/system/property/propertychange/destory.html | 1 + .../system/property/propertynum/propertynum.html | 2 +- 22 files changed, 44 insertions(+), 38 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/check/add.html b/ruoyi-admin/src/main/resources/templates/system/check/add.html index f7a9a0a..d95201a 100644 --- a/ruoyi-admin/src/main/resources/templates/system/check/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/check/add.html @@ -44,7 +44,7 @@
- + diff --git a/ruoyi-admin/src/main/resources/templates/system/check/check.html b/ruoyi-admin/src/main/resources/templates/system/check/check.html index fdc67f2..302392d 100644 --- a/ruoyi-admin/src/main/resources/templates/system/check/check.html +++ b/ruoyi-admin/src/main/resources/templates/system/check/check.html @@ -17,7 +17,7 @@
  • - + diff --git a/ruoyi-admin/src/main/resources/templates/system/check/detail.html b/ruoyi-admin/src/main/resources/templates/system/check/detail.html index 1babd3b..a063f27 100644 --- a/ruoyi-admin/src/main/resources/templates/system/check/detail.html +++ b/ruoyi-admin/src/main/resources/templates/system/check/detail.html @@ -45,7 +45,7 @@
    - + diff --git a/ruoyi-admin/src/main/resources/templates/system/check/edit.html b/ruoyi-admin/src/main/resources/templates/system/check/edit.html index 8e4e124..3700764 100644 --- a/ruoyi-admin/src/main/resources/templates/system/check/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/check/edit.html @@ -45,7 +45,7 @@
    - + diff --git a/ruoyi-admin/src/main/resources/templates/system/checkresult/checkresult.html b/ruoyi-admin/src/main/resources/templates/system/checkresult/checkresult.html index 14bfe5a..b7d1eea 100644 --- a/ruoyi-admin/src/main/resources/templates/system/checkresult/checkresult.html +++ b/ruoyi-admin/src/main/resources/templates/system/checkresult/checkresult.html @@ -17,7 +17,7 @@
  • - + diff --git a/ruoyi-admin/src/main/resources/templates/system/checkresult/docheck.html b/ruoyi-admin/src/main/resources/templates/system/checkresult/docheck.html index e08aa53..ec069c8 100644 --- a/ruoyi-admin/src/main/resources/templates/system/checkresult/docheck.html +++ b/ruoyi-admin/src/main/resources/templates/system/checkresult/docheck.html @@ -24,7 +24,7 @@
    - + diff --git a/ruoyi-admin/src/main/resources/templates/system/fileprovide/add.html b/ruoyi-admin/src/main/resources/templates/system/fileprovide/add.html index 3c2616c..e6f83d5 100644 --- a/ruoyi-admin/src/main/resources/templates/system/fileprovide/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/fileprovide/add.html @@ -15,7 +15,7 @@
    @@ -25,7 +25,7 @@
  • @@ -86,7 +86,7 @@
    @@ -117,7 +117,7 @@
    diff --git a/ruoyi-admin/src/main/resources/templates/system/network/netinfo/add.html b/ruoyi-admin/src/main/resources/templates/system/network/netinfo/add.html index f3038bf..6860636 100644 --- a/ruoyi-admin/src/main/resources/templates/system/network/netinfo/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/network/netinfo/add.html @@ -13,7 +13,7 @@
    @@ -78,7 +78,7 @@
    diff --git a/ruoyi-admin/src/main/resources/templates/system/network/netinfo/edit.html b/ruoyi-admin/src/main/resources/templates/system/network/netinfo/edit.html index 78a8f4a..1c4219e 100644 --- a/ruoyi-admin/src/main/resources/templates/system/network/netinfo/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/network/netinfo/edit.html @@ -32,6 +32,7 @@
    @@ -96,6 +97,7 @@
    diff --git a/ruoyi-admin/src/main/resources/templates/system/network/network/add.html b/ruoyi-admin/src/main/resources/templates/system/network/network/add.html index 6aa4956..1f93671 100644 --- a/ruoyi-admin/src/main/resources/templates/system/network/network/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/network/network/add.html @@ -11,7 +11,7 @@
    - + - +
    diff --git a/ruoyi-admin/src/main/resources/templates/system/network/network/edit.html b/ruoyi-admin/src/main/resources/templates/system/network/network/edit.html index d49a265..0aeada0 100644 --- a/ruoyi-admin/src/main/resources/templates/system/network/network/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/network/network/edit.html @@ -12,7 +12,7 @@
    - + @@ -61,6 +61,7 @@
    diff --git a/ruoyi-admin/src/main/resources/templates/system/network/network/network.html b/ruoyi-admin/src/main/resources/templates/system/network/network/network.html index 0e7ffb5..a6df337 100644 --- a/ruoyi-admin/src/main/resources/templates/system/network/network/network.html +++ b/ruoyi-admin/src/main/resources/templates/system/network/network/network.html @@ -13,7 +13,7 @@
  • - + diff --git a/ruoyi-admin/src/main/resources/templates/system/notify/add.html b/ruoyi-admin/src/main/resources/templates/system/notify/add.html index 43a2fdb..01c9ce6 100644 --- a/ruoyi-admin/src/main/resources/templates/system/notify/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/notify/add.html @@ -11,7 +11,7 @@
    - + diff --git a/ruoyi-admin/src/main/resources/templates/system/notify/edit.html b/ruoyi-admin/src/main/resources/templates/system/notify/edit.html index 209f602..c4996a0 100644 --- a/ruoyi-admin/src/main/resources/templates/system/notify/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/notify/edit.html @@ -12,7 +12,7 @@
    - + diff --git a/ruoyi-admin/src/main/resources/templates/system/notify/notify.html b/ruoyi-admin/src/main/resources/templates/system/notify/notify.html index 293c95b..e577391 100644 --- a/ruoyi-admin/src/main/resources/templates/system/notify/notify.html +++ b/ruoyi-admin/src/main/resources/templates/system/notify/notify.html @@ -13,7 +13,7 @@
  • - + diff --git a/ruoyi-admin/src/main/resources/templates/system/property/data/add.html b/ruoyi-admin/src/main/resources/templates/system/property/data/add.html index fdd9d7a..37dfdec 100644 --- a/ruoyi-admin/src/main/resources/templates/system/property/data/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/property/data/add.html @@ -12,6 +12,7 @@
    diff --git a/ruoyi-admin/src/main/resources/templates/system/property/property/add.html b/ruoyi-admin/src/main/resources/templates/system/property/property/add.html index e43643c..052116d 100644 --- a/ruoyi-admin/src/main/resources/templates/system/property/property/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/property/property/add.html @@ -11,7 +11,7 @@
    - + diff --git a/ruoyi-admin/src/main/resources/templates/system/property/property/edit.html b/ruoyi-admin/src/main/resources/templates/system/property/property/edit.html index 2c628c4..622e744 100644 --- a/ruoyi-admin/src/main/resources/templates/system/property/property/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/property/property/edit.html @@ -66,7 +66,7 @@
    - + diff --git a/ruoyi-admin/src/main/resources/templates/system/property/property/property.html b/ruoyi-admin/src/main/resources/templates/system/property/property/property.html index 6444bd6..5e2ccbf 100644 --- a/ruoyi-admin/src/main/resources/templates/system/property/property/property.html +++ b/ruoyi-admin/src/main/resources/templates/system/property/property/property.html @@ -21,7 +21,7 @@
  • +
  • diff --git a/ruoyi-admin/src/main/resources/templates/system/property/propertychange/destory.html b/ruoyi-admin/src/main/resources/templates/system/property/propertychange/destory.html index 51d128b..a8cfc50 100644 --- a/ruoyi-admin/src/main/resources/templates/system/property/propertychange/destory.html +++ b/ruoyi-admin/src/main/resources/templates/system/property/propertychange/destory.html @@ -30,6 +30,7 @@
    diff --git a/ruoyi-admin/src/main/resources/templates/system/property/propertynum/propertynum.html b/ruoyi-admin/src/main/resources/templates/system/property/propertynum/propertynum.html index e22e836..fdef97e 100644 --- a/ruoyi-admin/src/main/resources/templates/system/property/propertynum/propertynum.html +++ b/ruoyi-admin/src/main/resources/templates/system/property/propertynum/propertynum.html @@ -21,7 +21,7 @@