Pārlūkot izejas kodu

订单列表,用户手机号

chenrui 4 gadi atpakaļ
vecāks
revīzija
482c6ed447
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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' },