diff --git a/src/views/neUser/auth/index.vue b/src/views/neUser/auth/index.vue index e9246412..22a6fbd1 100644 --- a/src/views/neUser/auth/index.vue +++ b/src/views/neUser/auth/index.vue @@ -541,7 +541,7 @@ function fnLoadData() { resetUDMAuth(neId).then(res => { if (res.code === RESULT_CODE_SUCCESS) { const num = res.data; - const timerS = Math.ceil(+num / 3000) + 3; + const timerS = Math.ceil(+num / 2000) + 3; notification.success({ message: t('views.neUser.auth.loadData'), description: t('views.neUser.auth.loadDataTip', { num, timer: timerS }), @@ -879,18 +879,18 @@ onMounted(() => { {{ t('views.neUser.auth.import') }} - + []>([]); @@ -131,6 +132,16 @@ let tableColumns = ref([ minWidth: 150, maxWidth: 400, }, + { + 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', @@ -921,7 +932,7 @@ onMounted(() => { - + @@ -944,7 +955,11 @@ onMounted(() => {