Преглед на файлове

订单增加手机号显示

skyline преди 2 години
родител
ревизия
b74b2998b7
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      admin-web/src/views/admin/ordering/index.vue

+ 1 - 0
admin-web/src/views/admin/ordering/index.vue

@@ -240,6 +240,7 @@ const state = reactive({
     loading: false,
     columns: [
       {label: '站点ID',  prop: 'stationId',width:100, resizable: true, fixed: 'left'},
+      {label: '手机号',  prop: 'mobilePhone',width:130, resizable: true, fixed: 'left'},
       {label: '充电订单号', prop: 'startChargeSeq', width:170, resizable: true, fixed: 'left'},
       {label: '充电设备接口编码', prop: 'connectorId', width:160, resizable: true},
       {label: '充电开始时间', prop: 'startTime', sortable: 'custom', width:160, resizable: true},