diff --git a/core/core-frontend/src/components/visualization/UserViewEnlarge.vue b/core/core-frontend/src/components/visualization/UserViewEnlarge.vue index 75ddd297e4..4aee8547d6 100644 --- a/core/core-frontend/src/components/visualization/UserViewEnlarge.vue +++ b/core/core-frontend/src/components/visualization/UserViewEnlarge.vue @@ -9,7 +9,7 @@ >
导出Excel - +
= { @@ -120,6 +120,8 @@ const DETAIL_TABLE_ATTR: DeepPartial = { } } +const authShow = computed(() => editMode.value === 'edit' || dvInfo.value.weight > 3) + const customExport = computed(() => { if (downLoading.value) { const bashStyle = pixel.value.split(' * ')