Przeglądaj źródła

✨ feat<操作日志>: 关闭输入框自动查询

xinyan 9 miesięcy temu
rodzic
commit
bf27e84486
1 zmienionych plików z 9 dodań i 8 usunięć
  1. 9 8
      src/views/system/log/operationLog/crud.tsx

+ 9 - 8
src/views/system/log/operationLog/crud.tsx

@@ -73,6 +73,7 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
 						show: false,
 					},
 					search: {
+						autoSearchTrigger: false,
 						show: true,
 						component: {
 							props: {
@@ -81,14 +82,14 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
 							placeholder: '请输入请求模块',
 						},
 					},
-					form: {
-						show: false,
-						component: {
-							props: {
-								clearable: true,
-							},
-						},
-					},
+					//form: {
+					//	show: false,
+					//	component: {
+					//		props: {
+					//			clearable: true,
+					//		},
+					//	},
+					//},
 				},
 				request_modular: {
 					title: '请求模块',