|
@@ -44,7 +44,7 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
|
add: { show: false ,text: '创建审批流',}, // 关闭 fast-crud 自带新增按钮
|
|
|
},
|
|
|
},
|
|
|
- search:{show:true},
|
|
|
+ search:{show:false},
|
|
|
toolbar:{show:false},
|
|
|
rowHandle: {
|
|
|
fixed: 'right',
|
|
@@ -82,9 +82,9 @@ export const createCrudOptions = function ({ crudExpose }: CreateCrudOptionsProp
|
|
|
},
|
|
|
},
|
|
|
},
|
|
|
- name: { title: '流程名称', column: { minWidth: 140 }, search: { type: 'input',show: true,label:'搜索' } },
|
|
|
+ name: { title: '流程名称',type:'input', column: { minWidth: 140 }, search: { show: false,label:'搜索' } },
|
|
|
workflow_type:{
|
|
|
- title: '流程类型id', column: { show:false,minWidth: 140 }, search: { show: false }
|
|
|
+ title: '流程类型id',type:'input', column: { show:false,minWidth: 140 }, search: { show: false }
|
|
|
},
|
|
|
"trigger_conditions.team_type":{
|
|
|
title: '流程类型id', column: { show:false,minWidth: 140 }, search: { show: false }
|