chore: 优化字典hooks使用

This commit is contained in:
xlsea
2024-09-11 16:37:35 +08:00
parent 2b14b84c67
commit 9cbbaff297
13 changed files with 94 additions and 52 deletions

View File

@ -270,7 +270,7 @@ declare namespace Api {
/** 是否默认Y是 N否 */
isDefault: string;
/** 表格回显样式 */
listClass: string;
listClass: NaiveUI.ThemeColor;
/** 备注 */
remark: string;
}>;