From 3182e4fe9e83d6a167d057654b7329d940a1b7bd Mon Sep 17 00:00:00 2001 From: weikai <123456> Date: Fri, 23 Oct 2020 11:01:54 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=AE=89=E5=AE=81pc=E7=AB=AF=20?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E7=A0=81=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E3=80=91-=E3=80=90=E7=A8=8B=E5=BA=8F=E7=A0=81=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E4=BF=AE=E6=94=B9=E3=80=91=E9=AD=8F=E5=87=AF=202020-1?= =?UTF-8?q?0-22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/user/identityTag.vue | 36 ++++++-------------------- 1 file changed, 8 insertions(+), 28 deletions(-) diff --git a/src/views/modules/user/identityTag.vue b/src/views/modules/user/identityTag.vue index 108b01c..bc4f04d 100644 --- a/src/views/modules/user/identityTag.vue +++ b/src/views/modules/user/identityTag.vue @@ -55,13 +55,13 @@ {{ $t('query') }} - - {{ $t('export') }} - - -
+ + + + + + + - - - - - - - { }) }, - // getPostOptions () { - // this.$http.get(`/sys/dict/sublist/1168770417290366977`).then(({ data: res }) => { - // if (res.code !== 0) { - // return this.$message.error(res.msg) - // } - // this.postOptions = res.data - // }).catch(() => { }) - // }, formatCadre: function (row, column) { return row.cadreFlag === '1' ? '是' : row.cadreFlag === '0' ? '否' : '未知' },