From c6a46ff51bb7b149e31cb83f2beaad5dee2d407a Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Thu, 24 Sep 2020 15:13:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E6=96=B0=E7=94=A8=E6=88=B7=E5=81=B6=E5=B0=94=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E7=9A=84=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/settings/system/User.vue | 589 +++++++++--------- 1 file changed, 301 insertions(+), 288 deletions(-) diff --git a/frontend/src/business/components/settings/system/User.vue b/frontend/src/business/components/settings/system/User.vue index ee0aec578b..8489239a0e 100644 --- a/frontend/src/business/components/settings/system/User.vue +++ b/frontend/src/business/components/settings/system/User.vue @@ -50,7 +50,8 @@ - @@ -81,10 +82,11 @@ :label="$t('role.' + item.id)" :value="item.id" > - {{$t('role.' + item.id)}} + {{ $t('role.' + item.id) }} - {{$t('commons.delete')}} + + {{ $t('commons.delete') }}
@@ -151,7 +153,9 @@ @@ -163,7 +167,8 @@ - @@ -191,7 +196,8 @@ :value="item.id"> - {{$t('commons.delete')}} + + {{ $t('commons.delete') }}
@@ -257,7 +263,9 @@
@@ -268,7 +276,8 @@
- @@ -290,297 +299,301 @@