|
|
@ -400,14 +400,14 @@ export const ScrapJobMain = useCrudSchemas( |
|
|
|
width: 150 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '部门', |
|
|
|
field: 'departmentCode', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
} |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '部门',
|
|
|
|
// field: 'departmentCode',
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 150
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '通知单描述', |
|
|
|
field: 'noticeRemark', |
|
|
@ -642,7 +642,7 @@ export const ScrapJobMain = useCrudSchemas( |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '承接人', |
|
|
|
field: 'acceptUserId', |
|
|
|
field: 'acceptUserName', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
@ -670,7 +670,7 @@ export const ScrapJobMain = useCrudSchemas( |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '完成人', |
|
|
|
field: 'completeUserId', |
|
|
|
field: 'completeUserName', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|