chore: 完善字典封装

This commit is contained in:
xlsea
2024-09-06 15:55:35 +08:00
parent c47de5f834
commit 226568b3af
3 changed files with 42 additions and 27 deletions

View File

@ -259,8 +259,7 @@ const btnColumns: DataTableColumns<Api.System.Menu> = [
}
];
const { getDictRecord } = useDict();
const showHideRecord = getDictRecord('sys_show_hide');
const { record: showHideRecord } = useDict('sys_show_hide');
</script>
<template>