|
@@ -161,7 +161,8 @@ export default {
|
|
|
{ title: '员工手机号码', dataIndex: 'userMobile', width: '100px', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '订单编号', dataIndex: 'orderNo', scopedSlots: { customRender: 'orderNo' }, width: '130px', align: 'center' },
|
|
|
{ title: '订单类型', dataIndex: 'orderTypeDictValue', width: '80px', align: 'center', customRender: function (text) { return (text || text == 0) ? text : '--' } },
|
|
|
- { title: '订单状态', dataIndex: 'orderSourceDictValue', width: '80px', align: 'center', customRender: function (text) { return (text || text == 0) ? text : '--' } },
|
|
|
+ { title: '订单状态', dataIndex: 'orderStatusDictValue', width: '80px', align: 'center', customRender: function (text) { return (text || text == 0) ? text : '--' } },
|
|
|
+ { title: '下单方式', dataIndex: 'orderSourceDictValue', width: '80px', align: 'center', customRender: function (text) { return (text || text == 0) ? text : '--' } },
|
|
|
{ title: '下单时间', dataIndex: 'orderDate', width: '150px', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: 'VIN', dataIndex: 'vehicleNumber', width: '140px', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '车型', dataIndex: 'vehicleModel', width: '120px', align: 'center', customRender: function (text) { return text || '--' } },
|