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' ? '否' : '未知'
},