@@ -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',
@@ -170,6 +170,15 @@ export const createCrudOptions = function ({ crudExpose ,context, showRejectDial
application_no: {
title: '借用单编号',
@@ -88,6 +88,15 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
name: { title: '流程名称',type:'input', column: { minWidth: 140 }, search: { show: true} , form:{
component: { placeholder: '' },
}},