Prechádzať zdrojové kódy

订单列表,用户手机号

chenrui 4 rokov pred
rodič
commit
482c6ed447
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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' },