From ff9aca14b85839a9300d50899ccbbc2508a82c0a Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 26 Aug 2025 18:39:57 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E9=9A=90=E8=97=8F=E6=8E=89auth?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4=E5=88=97?= =?UTF-8?q?=EF=BC=8C=E7=AD=89udm=E6=94=AF=E6=8C=81?= 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 3cd70961..b1892fc3 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',