|
@@ -39,10 +39,10 @@
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :xs="24" :sm="12" :md="6" :lg="5">
|
|
|
- <a-form-model-item label="操作人" :label-col="formItemLayout.labelCol" :wrapper-col="formItemLayout.wrapperCol">
|
|
|
+ <a-form-model-item label="清运司机" :label-col="formItemLayout.labelCol" :wrapper-col="formItemLayout.wrapperCol">
|
|
|
<a-select
|
|
|
id="cleanDetail-operatorUserId"
|
|
|
- placeholder="请选择操作人"
|
|
|
+ placeholder="请选择清运司机"
|
|
|
allowClear
|
|
|
v-model="queryParam.operatorUserId"
|
|
|
showSearch
|
|
@@ -120,7 +120,7 @@ export default {
|
|
|
columns: [{ title: '序号', dataIndex: 'no', width: 60, align: 'center' },
|
|
|
{ title: '清运时间', dataIndex: 'cleanTime', width: 100, align: 'center' },
|
|
|
{ title: '网点名称', dataIndex: 'stationName', width: 100, align: 'center', customRender: (text) => { return text || '--' } },
|
|
|
- { title: '设备编号', dataIndex: 'deviceNo', width: 100, align: 'center', customRender: (text) => { return text || '--' } },
|
|
|
+ { title: '设备编号', dataIndex: 'srcDeviceCode', width: 100, align: 'center', customRender: (text) => { return text || '--' } },
|
|
|
{ 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' },
|