From 8014d0e4a570b25573b4e317ac96975bbfbe865f Mon Sep 17 00:00:00 2001 From: zhengdahan <10169919+zhengdahan@user.noreply.gitee.com> Date: Tue, 21 Dec 2021 03:06:29 +0000 Subject: [PATCH] =?UTF-8?q?!1=20=E8=B0=83=E6=95=B4=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=A0=B7=E5=BC=8F=20*=20fix:=20=E8=BF=98?= =?UTF-8?q?=E5=8E=9F=E8=BF=87=E6=B8=A1=E5=8A=A8=E7=94=BB=20*=20style:=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=83=A8=E5=88=86=E5=88=97=E8=A1=A8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mayfly_go_web/src/views/ops/db/DbList.vue | 153 +- .../src/views/ops/machine/MachineList.vue | 129 +- .../src/views/ops/project/ProjectList.vue | 133 +- .../src/views/ops/redis/DataOperation.vue | 35 +- .../src/views/ops/redis/RedisList.vue | 73 +- .../src/views/system/account/AccountList.vue | 143 +- .../src/views/system/role/RoleList.vue | 89 +- mayfly_go_web/yarn.lock | 1731 +++++++++++++++++ 8 files changed, 2111 insertions(+), 375 deletions(-) create mode 100644 mayfly_go_web/yarn.lock diff --git a/mayfly_go_web/src/views/ops/db/DbList.vue b/mayfly_go_web/src/views/ops/db/DbList.vue index 831b6a7f..17d75652 100644 --- a/mayfly_go_web/src/views/ops/db/DbList.vue +++ b/mayfly_go_web/src/views/ops/db/DbList.vue @@ -1,90 +1,77 @@