Browse Source

update Web/src/types/views.d.ts.
增加隐藏设置按钮,隐藏刷新按钮,隐藏分页

Signed-off-by: inypeacock <1300856@qq.com>

inypeacock 2 years ago
parent
commit
262b24feb2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Web/src/types/views.d.ts

+ 3 - 0
Web/src/types/views.d.ts

@@ -337,6 +337,9 @@ declare type TableDemoState = {
 			exportFileName?: string;
 			exportFileName?: string;
 			hidePrint?: boolean;
 			hidePrint?: boolean;
 			printName?: string;
 			printName?: string;
+			hideSet?: boolean;
+			hideRefresh?: boolean;
+			hidePagination?: boolean;
 			// isOperate: boolean;
 			// isOperate: boolean;
 		};
 		};
 		// actions: WorkflowDrawerLabelType[];
 		// actions: WorkflowDrawerLabelType[];