|
|
|
@ -138,6 +138,7 @@ export default {
|
|
|
|
|
{ code: '3', name: '加盟车辆' }
|
|
|
|
|
],
|
|
|
|
|
statusData: [
|
|
|
|
|
{ code: '0', name: '录入' },
|
|
|
|
|
{ code: '1', name: '已绑定' },
|
|
|
|
|
{ code: '2', name: '待确认' },
|
|
|
|
|
{ code: '3', name: '已驳回' },
|
|
|
|
@ -162,19 +163,19 @@ export default {
|
|
|
|
|
title: '司机名称',
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: '100',
|
|
|
|
|
dataIndex: 'carLicense'
|
|
|
|
|
dataIndex: 'driverName'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '联系电话',
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: '80',
|
|
|
|
|
dataIndex: 'driverName'
|
|
|
|
|
dataIndex: 'tel'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '状态',
|
|
|
|
|
align: 'center',
|
|
|
|
|
width: '120',
|
|
|
|
|
dataIndex: 'tel'
|
|
|
|
|
dataIndex: 'status'
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
tstyle: { 'padding-top': '12px', 'padding-bottom': '0px', 'margin-bottom': '10px' },
|
|
|
|
|