|
@@ -125,7 +125,7 @@ export default {
|
|
|
{ title: '可回收物清运量(kg)', dataIndex: 'cleanWeight', width: 100, align: 'center', sorter: true, customRender: (text) => { return text || 0 } },
|
|
|
{ title: '清运司机', dataIndex: 'driverName', width: 100, align: 'center', customRender: (text) => { return text || '--' } },
|
|
|
{ title: '操作人', dataIndex: 'operatorName', width: 100, align: 'center' },
|
|
|
- { title: '备注', dataIndex: 'remark', width: 100, align: 'center', customRender: (text) => { return text || '--' } },
|
|
|
+ { title: '备注', dataIndex: 'remarks', width: 100, align: 'center', customRender: (text) => { return text || '--' } },
|
|
|
{ title: '操作', dataIndex: 'action', width: 100, align: 'center', scopedSlots: { customRender: 'action' } }],
|
|
|
// 加载数据方法 必须为 Promise 对象
|
|
|
loadData: parameter => {
|