|
@@ -100,7 +100,7 @@ export default {
|
|
|
columns: [
|
|
|
{ title: '序号', dataIndex: 'no', width: 80, align: 'center' },
|
|
|
{ title: '下单时间', dataIndex: 'orderTime', width: 200, align: 'center' },
|
|
|
- { title: '用户手机', dataIndex: 'userMoblie', width: 200, align: 'center' },
|
|
|
+ { title: '用户手机', dataIndex: 'customerMobile', width: 200, align: 'center' },
|
|
|
{ title: '订单编号', dataIndex: 'orderSn', width: 200, align: 'center' },
|
|
|
{ title: '订单状态', dataIndex: 'orderStateDictValue', width: 200, align: 'center' },
|
|
|
{ title: '订单总额', scopedSlots: { customRender: 'originalGold' }, width: 200, align: 'center' },
|