From d6a82f2034082c26871d68653066c4238cd9491e Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 29 May 2025 20:33:17 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=20=E7=BD=91=E5=85=83=E6=8E=88?= =?UTF-8?q?=E6=9D=83=E7=8A=B6=E6=80=81=E6=9B=B4=E6=96=B0=E5=AE=B9=E9=87=8F?= =?UTF-8?q?=E5=92=8C=E6=9B=B4=E6=96=B0=E6=97=B6=E9=97=B4=E5=B1=80=E9=83=A8?= =?UTF-8?q?=E5=8F=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ne/neLicense/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/ne/neLicense/index.vue b/src/views/ne/neLicense/index.vue index 376793f2..635bdeea 100644 --- a/src/views/ne/neLicense/index.vue +++ b/src/views/ne/neLicense/index.vue @@ -276,6 +276,8 @@ function fnRecordState(row: Record) { row.status = '1'; row.serialNum = res.data.sn; row.expiryDate = res.data.expire; + row.capability = res.data.capability; + row.updateTime = new Date().getTime(); message.success( `${row.neType} ${row.neId} ${dictStatus.value[1].label}`, 3