Przeglądaj źródła

refactor(system): 移除部门用户组件中的搜索配置

- 注释掉了 DeptUserCom 组件中与搜索相关的配置代码
WanGxC 6 miesięcy temu
rodzic
commit
a0bab60b6b
1 zmienionych plików z 10 dodań i 10 usunięć
  1. 10 10
      src/views/system/dept/components/DeptUserCom/crud.tsx

+ 10 - 10
src/views/system/dept/components/DeptUserCom/crud.tsx

@@ -68,16 +68,16 @@ export const createCrudOptions = function ({ crudExpose, context }: CreateCrudOp
 					},
 				},
 			},
-			search: {
-				container: {
-					layout: 'multi-line',
-					action: {
-						col: {
-							span: 10,
-						},
-					},
-				},
-			},
+			// search: {
+			// 	container: {
+			// 		layout: 'multi-line',
+			// 		action: {
+			// 			col: {
+			// 				span: 10,
+			// 			},
+			// 		},
+			// 	},
+			// },
 			rowHandle: {
 				//固定右侧
 				fixed: 'right',