From 63f6d1f32a3f7b45bdb9fb5ed172f30d45f6043d Mon Sep 17 00:00:00 2001 From: zhangyu Date: Mon, 27 Nov 2023 10:45:04 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=20=E8=BD=AF?= =?UTF-8?q?=E4=BB=B6=E8=B5=84=E4=BA=A7=20=E4=BA=8C=E7=BA=A7=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/table/settings/softwareAssetTable.vue | 1 + .../src/components/common/table/settings/softwareTypeTable.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/nezha-fronted/src/components/common/table/settings/softwareAssetTable.vue b/nezha-fronted/src/components/common/table/settings/softwareAssetTable.vue index 337adc304..71a7de2e1 100644 --- a/nezha-fronted/src/components/common/table/settings/softwareAssetTable.vue +++ b/nezha-fronted/src/components/common/table/settings/softwareAssetTable.vue @@ -137,6 +137,7 @@ export default { }, data () { return { + viewPermission: 'softwareAsset_view', tableTitle: [ // 原始table列 { label: 'ID', diff --git a/nezha-fronted/src/components/common/table/settings/softwareTypeTable.vue b/nezha-fronted/src/components/common/table/settings/softwareTypeTable.vue index 1a3f34160..77c311ae5 100644 --- a/nezha-fronted/src/components/common/table/settings/softwareTypeTable.vue +++ b/nezha-fronted/src/components/common/table/settings/softwareTypeTable.vue @@ -134,6 +134,7 @@ export default { }, data () { return { + viewPermission: 'software_type_view', tableTitle: [ // 原始table列 { label: 'ID',