From 5fbe102b1261ece1d60b1f15e936e108525a2e7e Mon Sep 17 00:00:00 2001 From: zyh Date: Sun, 21 Apr 2024 11:55:52 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-3451=20fix:=20software=20asset=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=88=A0=E9=99=A4=20date=20issue=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/table/settings/softwareAssetTable.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/nezha-fronted/src/components/common/table/settings/softwareAssetTable.vue b/nezha-fronted/src/components/common/table/settings/softwareAssetTable.vue index 1ec7424f2..f845d9a57 100644 --- a/nezha-fronted/src/components/common/table/settings/softwareAssetTable.vue +++ b/nezha-fronted/src/components/common/table/settings/softwareAssetTable.vue @@ -188,12 +188,14 @@ export default { prop: 'asset', minWidth: 200, show: true - }, { - label: this.$t('licenseMange.dateIssue'), - prop: 'dateIssued', - minWidth: 200, - show: true - }, { + }, + // { + // label: this.$t('licenseMange.dateIssue'), + // prop: 'dateIssued', + // minWidth: 200, + // show: true + // }, + { label: this.$t('licenseMange.dateExpire'), prop: 'dateExpires', minWidth: 200,