Skip to content

Commit

Permalink
fix(types): Fixed the reference type error (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
dodu2014 authored and honghuangdc committed Jul 19, 2024
1 parent cf0192a commit 3e2a993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/manage/menu/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const { columns, columnChecks, data, loading, pagination, getData, getDataByPage
align: 'center',
width: 80,
render: row => {
const tagMap: Record<Api.Common.EnableStatus, NaiveUI.ThemeColor> = {
const tagMap: Record<Api.SystemManage.MenuType, NaiveUI.ThemeColor> = {
1: 'default',
2: 'primary'
};
Expand Down

0 comments on commit 3e2a993

Please sign in to comment.