|
|
@ -16,18 +16,18 @@ export const RepleinshRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sortSearchDefault:1, |
|
|
|
isSearch: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '状态', |
|
|
|
field: 'status', |
|
|
|
dictType: DICT_TYPE.JOB_STATUS, |
|
|
|
dictClass: 'string', |
|
|
|
isTable: false, |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
sortTableDefault:1, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '状态',
|
|
|
|
// field: 'status',
|
|
|
|
// dictType: DICT_TYPE.JOB_STATUS,
|
|
|
|
// dictClass: 'string',
|
|
|
|
// isTable: false,
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 150
|
|
|
|
// },
|
|
|
|
// sortTableDefault:1,
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '申请单号', |
|
|
|
field: 'requestNumber', |
|
|
@ -160,7 +160,7 @@ export const RepleinshRecordMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '部门', |
|
|
|
label: '部门代码', |
|
|
|
field: 'departmentCode', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|