|
|
@ -81,7 +81,7 @@ export default { |
|
|
columnWidth: 100 |
|
|
columnWidth: 100 |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
columnProp: 'createDate', |
|
|
|
|
|
|
|
|
columnProp: 'updateDate', |
|
|
headerAlign: 'center', |
|
|
headerAlign: 'center', |
|
|
align: 'center', |
|
|
align: 'center', |
|
|
columnLabel: '审批时间', |
|
|
columnLabel: '审批时间', |
|
|
@ -92,7 +92,7 @@ export default { |
|
|
columnWidth: 170 |
|
|
columnWidth: 170 |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
columnProp: 'createBy', |
|
|
|
|
|
|
|
|
columnProp: 'updateBy', |
|
|
headerAlign: 'center', |
|
|
headerAlign: 'center', |
|
|
align: 'center', |
|
|
align: 'center', |
|
|
columnLabel: '审批人员', |
|
|
columnLabel: '审批人员', |
|
|
|