yangg пре 1 дан
родитељ
комит
43cd48c050

+ 9 - 0
src/views/system/allusers/crud.tsx

@@ -75,6 +75,15 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
 						columnSetDisabled: true, //禁止在列设置中选择
 					},
 				},
+				search:{
+					title: '关键字搜索',
+					search: { show: true,type: 'input', },
+					type: 'input',
+					form: {
+						component: { placeholder: '请输入' },
+						show:false},
+					column: {show:false}
+				},
 				user_code:{
 					title:'学号',
 					type:'input',

+ 9 - 0
src/views/system/borrow/approval/curd.tsx

@@ -170,6 +170,15 @@ export const createCrudOptions = function ({ crudExpose ,context, showRejectDial
 
 						},
 					},
+				},
+					search:{
+					title: '关键字搜索',
+					search: { show: true,type: 'input', },
+					type: 'input',
+					form: {
+						component: { placeholder: '请输入' },
+						show:false},
+					column: {show:false}
 				},
 				application_no: {
 					title: '借用单编号',

+ 9 - 0
src/views/system/borrow/workflow/curd.tsx

@@ -88,6 +88,15 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
 						},
 					},
 				},
+				search:{
+					title: '关键字搜索',
+					search: { show: true,type: 'input', },
+					type: 'input',
+					form: {
+						component: { placeholder: '请输入' },
+						show:false},
+					column: {show:false}
+				},
 				name: { title: '流程名称',type:'input', column: { minWidth: 140 }, search: { show: true} , form:{
 					component: { placeholder: '' },
 				}},