From 1c2134bf27db95b266fdcba5f1f4bc96038e5566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=AC=A3=E5=81=A5?= <837099748@qq.com> Date: Mon, 12 Jul 2021 16:35:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=89=80=E6=9C=89=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E3=80=81=E5=AF=BC=E5=87=BA=E5=92=8C=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E7=AD=89=E5=BE=85=E7=9A=84=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= =?UTF-8?q?=20=E4=BF=AE=E5=A4=8D=E7=AC=AC=E4=BA=8C=E9=A1=B5=E5=8F=AA?= =?UTF-8?q?=E6=9C=89=E4=B8=80=E6=9D=A1=E6=95=B0=E6=8D=AE=E5=A6=82=E6=9E=9C?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=A1=B5=E9=9D=A2=E6=98=BE=E7=A4=BA=E6=97=A0?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=EF=BC=8C=E5=88=86=E9=A1=B5=E9=82=A3=E9=87=8C?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=80=89=E4=B8=AD=E7=9A=84=E7=AC=AC=E4=B8=80?= =?UTF-8?q?=E9=A1=B5=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/dashboard/PanelGroup.vue | 362 ++--- ruoyi-ui/src/views/monitor/job/index.vue | 966 +++++------ ruoyi-ui/src/views/monitor/job/log.vue | 587 +++---- ruoyi-ui/src/views/monitor/online/index.vue | 252 +-- ruoyi-ui/src/views/system/config/index.vue | 753 +++++---- ruoyi-ui/src/views/system/dept/index.vue | 662 ++++---- ruoyi-ui/src/views/system/dict/data.vue | 792 ++++----- ruoyi-ui/src/views/system/dict/index.vue | 761 +++++---- .../src/views/system/logininfor/index.vue | 467 +++--- ruoyi-ui/src/views/system/menu/index.vue | 828 +++++----- ruoyi-ui/src/views/system/notice/index.vue | 718 ++++---- ruoyi-ui/src/views/system/operlog/index.vue | 647 ++++---- ruoyi-ui/src/views/system/post/index.vue | 678 ++++---- ruoyi-ui/src/views/system/role/authUser.vue | 454 +++--- ruoyi-ui/src/views/system/role/index.vue | 1309 ++++++++------- ruoyi-ui/src/views/system/role/selectUser.vue | 295 ++-- ruoyi-ui/src/views/system/user/authRole.vue | 239 +-- ruoyi-ui/src/views/system/user/index.vue | 1439 +++++++++-------- .../views/system/user/profile/resetPwd.vue | 156 +- .../views/system/user/profile/userInfo.vue | 156 +- ruoyi-ui/src/views/tool/gen/importTable.vue | 238 +-- ruoyi-ui/src/views/tool/gen/index.vue | 13 +- 22 files changed, 6595 insertions(+), 6177 deletions(-) diff --git a/ruoyi-ui/src/views/dashboard/PanelGroup.vue b/ruoyi-ui/src/views/dashboard/PanelGroup.vue index 8d3a73bc..8d516dd6 100644 --- a/ruoyi-ui/src/views/dashboard/PanelGroup.vue +++ b/ruoyi-ui/src/views/dashboard/PanelGroup.vue @@ -1,181 +1,181 @@ - - - - - + + + + + diff --git a/ruoyi-ui/src/views/monitor/job/index.vue b/ruoyi-ui/src/views/monitor/job/index.vue index 424286af..9871a613 100644 --- a/ruoyi-ui/src/views/monitor/job/index.vue +++ b/ruoyi-ui/src/views/monitor/job/index.vue @@ -1,481 +1,485 @@ - - - \ No newline at end of file + + + diff --git a/ruoyi-ui/src/views/monitor/job/log.vue b/ruoyi-ui/src/views/monitor/job/log.vue index 7c582eb6..5aa702f4 100644 --- a/ruoyi-ui/src/views/monitor/job/log.vue +++ b/ruoyi-ui/src/views/monitor/job/log.vue @@ -1,292 +1,295 @@ - - - \ No newline at end of file + + + diff --git a/ruoyi-ui/src/views/monitor/online/index.vue b/ruoyi-ui/src/views/monitor/online/index.vue index 90e6e19c..99c54f65 100644 --- a/ruoyi-ui/src/views/monitor/online/index.vue +++ b/ruoyi-ui/src/views/monitor/online/index.vue @@ -1,124 +1,128 @@ - - - - + + + + diff --git a/ruoyi-ui/src/views/system/config/index.vue b/ruoyi-ui/src/views/system/config/index.vue index b692d2cc..cd0c615c 100644 --- a/ruoyi-ui/src/views/system/config/index.vue +++ b/ruoyi-ui/src/views/system/config/index.vue @@ -1,354 +1,399 @@ - - - \ No newline at end of file + + + diff --git a/ruoyi-ui/src/views/system/dept/index.vue b/ruoyi-ui/src/views/system/dept/index.vue index 2d58f642..82418618 100644 --- a/ruoyi-ui/src/views/system/dept/index.vue +++ b/ruoyi-ui/src/views/system/dept/index.vue @@ -1,317 +1,345 @@ - - - \ No newline at end of file + + + diff --git a/ruoyi-ui/src/views/system/dict/data.vue b/ruoyi-ui/src/views/system/dict/data.vue index cc3b0226..b9826a62 100644 --- a/ruoyi-ui/src/views/system/dict/data.vue +++ b/ruoyi-ui/src/views/system/dict/data.vue @@ -1,394 +1,398 @@ - - - \ No newline at end of file + + + diff --git a/ruoyi-ui/src/views/system/dict/index.vue b/ruoyi-ui/src/views/system/dict/index.vue index 899e5262..2f93e880 100644 --- a/ruoyi-ui/src/views/system/dict/index.vue +++ b/ruoyi-ui/src/views/system/dict/index.vue @@ -1,358 +1,403 @@ - - - \ No newline at end of file + + + diff --git a/ruoyi-ui/src/views/system/logininfor/index.vue b/ruoyi-ui/src/views/system/logininfor/index.vue index a0e9569b..e410cdf9 100644 --- a/ruoyi-ui/src/views/system/logininfor/index.vue +++ b/ruoyi-ui/src/views/system/logininfor/index.vue @@ -1,232 +1,235 @@ - - - - + + + + diff --git a/ruoyi-ui/src/views/system/menu/index.vue b/ruoyi-ui/src/views/system/menu/index.vue index 507ae509..6da72937 100644 --- a/ruoyi-ui/src/views/system/menu/index.vue +++ b/ruoyi-ui/src/views/system/menu/index.vue @@ -1,400 +1,428 @@ - - - \ No newline at end of file + + + diff --git a/ruoyi-ui/src/views/system/notice/index.vue b/ruoyi-ui/src/views/system/notice/index.vue index f3931a46..504d1276 100644 --- a/ruoyi-ui/src/views/system/notice/index.vue +++ b/ruoyi-ui/src/views/system/notice/index.vue @@ -1,343 +1,375 @@ - - - \ No newline at end of file + + + diff --git a/ruoyi-ui/src/views/system/operlog/index.vue b/ruoyi-ui/src/views/system/operlog/index.vue index 19b35567..0b7cef33 100644 --- a/ruoyi-ui/src/views/system/operlog/index.vue +++ b/ruoyi-ui/src/views/system/operlog/index.vue @@ -1,322 +1,325 @@ - - - - + + + + diff --git a/ruoyi-ui/src/views/system/post/index.vue b/ruoyi-ui/src/views/system/post/index.vue index d3a686fc..48277d17 100644 --- a/ruoyi-ui/src/views/system/post/index.vue +++ b/ruoyi-ui/src/views/system/post/index.vue @@ -1,319 +1,359 @@ - - - \ No newline at end of file + + + diff --git a/ruoyi-ui/src/views/system/role/authUser.vue b/ruoyi-ui/src/views/system/role/authUser.vue index a65ccbf6..45ce9fc7 100644 --- a/ruoyi-ui/src/views/system/role/authUser.vue +++ b/ruoyi-ui/src/views/system/role/authUser.vue @@ -1,213 +1,241 @@ - - - \ No newline at end of file + + + diff --git a/ruoyi-ui/src/views/system/role/index.vue b/ruoyi-ui/src/views/system/role/index.vue index c29c8fe3..ab85d5ab 100644 --- a/ruoyi-ui/src/views/system/role/index.vue +++ b/ruoyi-ui/src/views/system/role/index.vue @@ -1,625 +1,684 @@ - - - \ No newline at end of file + + + diff --git a/ruoyi-ui/src/views/system/role/selectUser.vue b/ruoyi-ui/src/views/system/role/selectUser.vue index 14ae0bb8..e20114bb 100644 --- a/ruoyi-ui/src/views/system/role/selectUser.vue +++ b/ruoyi-ui/src/views/system/role/selectUser.vue @@ -1,142 +1,153 @@ - - - + + + diff --git a/ruoyi-ui/src/views/system/user/authRole.vue b/ruoyi-ui/src/views/system/user/authRole.vue index e0cd7bce..9f972edb 100644 --- a/ruoyi-ui/src/views/system/user/authRole.vue +++ b/ruoyi-ui/src/views/system/user/authRole.vue @@ -1,117 +1,122 @@ - - - \ No newline at end of file + + + diff --git a/ruoyi-ui/src/views/system/user/index.vue b/ruoyi-ui/src/views/system/user/index.vue index 20d465cd..b652d450 100644 --- a/ruoyi-ui/src/views/system/user/index.vue +++ b/ruoyi-ui/src/views/system/user/index.vue @@ -1,693 +1,746 @@ - - - \ No newline at end of file + + + diff --git a/ruoyi-ui/src/views/system/user/profile/resetPwd.vue b/ruoyi-ui/src/views/system/user/profile/resetPwd.vue index 13597170..80968497 100644 --- a/ruoyi-ui/src/views/system/user/profile/resetPwd.vue +++ b/ruoyi-ui/src/views/system/user/profile/resetPwd.vue @@ -1,72 +1,84 @@ - - - + + + diff --git a/ruoyi-ui/src/views/system/user/profile/userInfo.vue b/ruoyi-ui/src/views/system/user/profile/userInfo.vue index 621a1a3a..3a5c8bce 100644 --- a/ruoyi-ui/src/views/system/user/profile/userInfo.vue +++ b/ruoyi-ui/src/views/system/user/profile/userInfo.vue @@ -1,76 +1,80 @@ - - - + + + diff --git a/ruoyi-ui/src/views/tool/gen/importTable.vue b/ruoyi-ui/src/views/tool/gen/importTable.vue index e48a5f35..308c47e1 100644 --- a/ruoyi-ui/src/views/tool/gen/importTable.vue +++ b/ruoyi-ui/src/views/tool/gen/importTable.vue @@ -1,117 +1,121 @@ - - - + + + diff --git a/ruoyi-ui/src/views/tool/gen/index.vue b/ruoyi-ui/src/views/tool/gen/index.vue index ac91fafa..6f89cd65 100644 --- a/ruoyi-ui/src/views/tool/gen/index.vue +++ b/ruoyi-ui/src/views/tool/gen/index.vue @@ -1,6 +1,6 @@