src/constants/module.ts | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/store/modules/user.ts | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/utils/common/categoryUtils.ts | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/utils/common/index.ts | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
types/api.d.ts | 补丁 | 查看 | 原始文档 | blame | 历史 |
src/constants/module.ts
@@ -1,3 +1,5 @@ import { defineColumns } from '@bole-core/components'; export enum SubModuleType { MenuButton = 1, /** @@ -90,7 +92,7 @@ [SubModuleType.Column]: FastColumnList, }; export const ModuleColumns: API.CustomModuleColumnDto[] = [ export const ModuleColumns = defineColumns([ { id: '1', enCode: 'name', @@ -131,4 +133,4 @@ name: '有效', width: 80, }, ]; ]); src/store/modules/user.ts
@@ -50,7 +50,7 @@ }, userId(state) { return ''; return state.userDetail?.id; }, }, actions: { src/utils/common/categoryUtils.ts
File was deleted src/utils/common/index.ts
@@ -12,7 +12,6 @@ export * from './tree'; export * from './file'; export * from './vueHelper'; export * from './categoryUtils'; export * from './encrypt'; export * from './deepClone'; export * from './pdf'; types/api.d.ts