mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
chore: 完善字典封装
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user