@ -45,6 +45,23 @@ export const ApplicationRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
table: {
},
{
label: '是否已审批',
field: 'isApprove',
sort: 'custom',
dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string',
isSearch: true,
isTable: true,
isForm: false,
width: 150
tableForm: {
type: 'Select',
disabled: false
}
label: '审批时间',
field: 'approveTime',
@ -43,7 +43,23 @@ export const ItemApplyMain = useCrudSchemas(reactive<CrudSchema[]>([
isSearch: false,
label: '状态',
field: 'status',