mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-10 11:13:44 +08:00
优化默认角色数据,增加表格多字段排序例子
This commit is contained in:
5
web/types/table.d.ts
vendored
Normal file
5
web/types/table.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface Sorter {
|
||||
columnKey: string;
|
||||
sorter: string | boolean;
|
||||
order: string | boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user