From 58f78432f07a4885c214fa2e01ce3b7b273d7c49 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 5 Sep 2025 17:37:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=81=A2=E5=A4=8DUDM=20Auth=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E6=97=B6=E9=97=B4=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/neUser/auth/index.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/neUser/auth/index.vue b/src/views/neUser/auth/index.vue index 6d45fd35..e9246412 100644 --- a/src/views/neUser/auth/index.vue +++ b/src/views/neUser/auth/index.vue @@ -118,16 +118,16 @@ let tableColumns = ref([ align: 'left', width: 100, }, - // { - // title: 'Create Time', - // dataIndex: 'createTime', - // align: 'left', - // width: 250, - // customRender(opt) { - // if (!opt.value) return ''; - // return parseDateToStr(+opt.value); - // }, - // }, + { + title: 'Create Time', + dataIndex: 'createTime', + align: 'left', + width: 250, + customRender(opt) { + if (!opt.value) return ''; + return parseDateToStr(+opt.value); + }, + }, { title: t('common.operate'), key: 'imsi',