From 6e35a33b7bff60a2753425e74c2b18c077b4a038 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 5 Dec 2023 21:41:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=B3=E4=BA=8E=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=A4=87=E6=B3=A8=E4=B8=BA=E7=A9=BA=E6=98=BE=E7=A4=BA=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/about/index.vue | 4 ++-- de-xpack | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core-frontend/src/views/about/index.vue b/core/core-frontend/src/views/about/index.vue index a837d29507..47c3170d76 100644 --- a/core/core-frontend/src/views/about/index.vue +++ b/core/core-frontend/src/views/about/index.vue @@ -171,11 +171,11 @@ const update = (licKey: string) => {
{{ $t('about.serial_no') }}
-
{{ license.serialNo }}
+
{{ license.serialNo || '-' }}
{{ $t('about.remark') }}
-
{{ license.remark }}
+
{{ license.remark || '-' }}
diff --git a/de-xpack b/de-xpack index e4fa695a7d..0352814e63 160000 --- a/de-xpack +++ b/de-xpack @@ -1 +1 @@ -Subproject commit e4fa695a7d3822b1b884dbbfb10c9595626f5ae3 +Subproject commit 0352814e63af722b8811159704d36d9ca2244c0d