Skip to content

Commit 3e2a993

Browse files
dodu2014honghuangdc
authored andcommitted
fix(types): Fixed the reference type error (#551)
1 parent cf0192a commit 3e2a993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/manage/menu/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const { columns, columnChecks, data, loading, pagination, getData, getDataByPage
3737
align: 'center',
3838
width: 80,
3939
render: row => {
40-
const tagMap: Record<Api.Common.EnableStatus, NaiveUI.ThemeColor> = {
40+
const tagMap: Record<Api.SystemManage.MenuType, NaiveUI.ThemeColor> = {
4141
1: 'default',
4242
2: 'primary'
4343
};

0 commit comments

Comments
 (0)