|
@ -37,6 +37,19 @@ export const IssueRecordMain = useCrudSchemas( |
|
|
isSearch:true, |
|
|
isSearch:true, |
|
|
sortTableDefault: 1 |
|
|
sortTableDefault: 1 |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
|
|
label: '状态', |
|
|
|
|
|
field: 'status', |
|
|
|
|
|
dictType: DICT_TYPE.JOB_STATUS, |
|
|
|
|
|
dictClass: 'string', |
|
|
|
|
|
isTable: false, |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
sortTableDefault: 1 |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '来源', |
|
|
label: '来源', |
|
|
field: 'sourceType', |
|
|
field: 'sourceType', |
|
@ -57,18 +70,6 @@ export const IssueRecordMain = useCrudSchemas( |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
label: '状态', |
|
|
|
|
|
field: 'status', |
|
|
|
|
|
dictType: DICT_TYPE.JOB_STATUS, |
|
|
|
|
|
dictClass: 'string', |
|
|
|
|
|
isTable: false, |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
sortTableDefault: 1 |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '供应商代码', |
|
|
label: '供应商代码', |
|
|
field: 'supplierCode', |
|
|
field: 'supplierCode', |
|
|