Explorar o código

订单列表,用户手机号

chenrui %!s(int64=4) %!d(string=hai) anos
pai
achega
482c6ed447
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/shop/shopOrder.vue

+ 1 - 1
src/views/shop/shopOrder.vue

@@ -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' },