refactor: 优化组件名称

This commit is contained in:
2024-04-20 22:25:27 +08:00
parent 124674c530
commit 9ea7c5d8f3
13 changed files with 12 additions and 12 deletions

View File

@@ -76,7 +76,7 @@ import { isMobile } from '@/utils'
import has from '@/utils/has'
import { DisEnableStatusList } from '@/constant/common'
defineOptions({ name: 'Storage' })
defineOptions({ name: 'SystemStorage' })
const { storage_type_enum } = useDict('storage_type_enum')
@@ -104,7 +104,7 @@ const columns: TableInstanceColumns[] = [
title: '操作',
slotName: 'action',
width: 130,
3
show: has.hasPermOr(['system:storage:update', 'system:storage:delete']),
align: 'center',
fixed: !isMobile() ? 'right' : undefined
}