From 4861230f5687fb621ee592d7c0253fb7476d906f Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 28 Feb 2025 19:44:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BD=91=E5=85=83=E8=AE=B8=E5=8F=AF?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=A1=A8=E6=A0=BC=E5=88=97=E5=AE=BD=E5=92=8C?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ne/neLicense/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/ne/neLicense/index.vue b/src/views/ne/neLicense/index.vue index 1208e889..70f0f148 100644 --- a/src/views/ne/neLicense/index.vue +++ b/src/views/ne/neLicense/index.vue @@ -105,7 +105,7 @@ let tableColumns = ref([ title: t('views.ne.common.serialNum'), dataIndex: 'serialNum', align: 'left', - width: 100, + width: 120, }, { title: t('views.ne.common.expiryDate'), @@ -126,12 +126,12 @@ let tableColumns = ref([ { title: t('common.updateTime'), dataIndex: 'updateTime', - align: 'center', + align: 'left', customRender(opt) { if (!opt.value) return ''; return parseDateToStr(opt.value); }, - width: 150, + width: 200, }, { title: t('common.operate'), @@ -414,7 +414,7 @@ onMounted(() => { :loading="modalState.confirmLoading" @click.prevent="fnRecordStateBatch()" > - + {{ t('views.ne.neLicense.reloadBatch') }} @@ -509,7 +509,7 @@ onMounted(() => { - + @@ -518,7 +518,7 @@ onMounted(() => { type="link" @click.prevent="fnModalVisibleByEdit(record.id)" > - +