From 63d02ab19dea1ff49426fd61f71943805f704e42 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 23 Sep 2025 10:50:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20UDM=E6=95=B0=E6=8D=AE=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=88=9B=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 | 8 ++++---- src/views/neUser/imsUDM/index.vue | 25 ++++++++++++++++++++++--- src/views/neUser/sub/index.vue | 27 +++++++++++++++++++++++---- src/views/neUser/voip/index.vue | 25 ++++++++++++++++++++++--- 4 files changed, 71 insertions(+), 14 deletions(-) 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(() => {