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

@@ -101,7 +101,7 @@ import { DisEnableStatusList } from '@/constant/common'
import { isMobile } from '@/utils'
import has from '@/utils/has'
defineOptions({ name: 'Menu' })
defineOptions({ name: 'SystemMenu' })
const columns: TableInstanceColumns[] = [
{ title: '菜单标题', dataIndex: 'title', slotName: 'title', width: 170, fixed: !isMobile() ? 'left' : undefined },