From 56d93f6bcd953f91ce99eb4a52c0ce80414715e6 Mon Sep 17 00:00:00 2001 From: weikai <123456> Date: Tue, 1 Dec 2020 15:53:01 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=AE=89=E5=AE=81pc=E7=AB=AF=20?= =?UTF-8?q?=E5=85=9A=E5=91=98=E7=AE=A1=E7=90=86=E3=80=91-=E3=80=90?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=A0=87=E7=AD=BE=20-=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E6=A0=87=E7=AD=BE=E3=80=91=E9=AD=8F=E5=87=AF?= =?UTF-8?q?=202020-12-01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/user/tag-property.vue | 139 ++++++++++++++++++++++++ src/views/modules/user/usertag.vue | 33 +++++- 2 files changed, 170 insertions(+), 2 deletions(-) create mode 100644 src/views/modules/user/tag-property.vue diff --git a/src/views/modules/user/tag-property.vue b/src/views/modules/user/tag-property.vue new file mode 100644 index 0000000..e22a068 --- /dev/null +++ b/src/views/modules/user/tag-property.vue @@ -0,0 +1,139 @@ + + + + + + + + + + {{ $t('query') }} + + + + + + + + + + + + + {{"确定"}} + + + + + + + + \ No newline at end of file diff --git a/src/views/modules/user/usertag.vue b/src/views/modules/user/usertag.vue index c1de2f7..3a13543 100644 --- a/src/views/modules/user/usertag.vue +++ b/src/views/modules/user/usertag.vue @@ -26,6 +26,7 @@ + 配置属性 {{ $t('update') }} {{ $t('delete') }} @@ -42,6 +43,8 @@ + + @@ -49,6 +52,7 @@