mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-02 02:24:29 +00:00
fix(BasicTable): showIndexColumn/showRowSelection cache should by route name (#3489)
This commit is contained in:
4
types/store.d.ts
vendored
4
types/store.d.ts
vendored
@@ -54,7 +54,7 @@ export interface BeforeMiniState {
|
||||
|
||||
export interface TableSetting {
|
||||
size: Nullable<SizeType>;
|
||||
showIndexColumn: Nullable<boolean>;
|
||||
showIndexColumn: Recordable<Nullable<boolean>>;
|
||||
columns: Recordable<Nullable<Array<ColumnOptionsType>>>;
|
||||
showRowSelection: Nullable<boolean>;
|
||||
showRowSelection: Recordable<Nullable<boolean>>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user