Jelajahi Sumber

正式版 订单加手机号

Joe 2 tahun lalu
induk
melakukan
0554226565
2 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 1 0
      src/views/order/Order_AllOil.vue
  2. 1 1
      vue.config.js

+ 1 - 0
src/views/order/Order_AllOil.vue

@@ -141,6 +141,7 @@
       <af-table-column label="实付金额" align="center" prop="amt" />
       <af-table-column label="优惠金额" align="center" prop="discountAmt" />
       <af-table-column label="客户姓名" align="center" prop="consumer" />
+       <af-table-column label="客户手机" align="center" prop="mobilePhone" />
       <af-table-column label="加油员" align="center" prop="oilPersonnel" />
       <af-table-column label="加油枪号" align="center" prop="oilGun" />
       <af-table-column

+ 1 - 1
vue.config.js

@@ -39,7 +39,7 @@ module.exports = {
         target:'http://192.168.31.92:8080',
        // target: `http://localhost:8081`,
         // target:"http://www.huiyj.com:9002/prod-api",
-        //target:"http://demo.huijy.net/prod-api",
+        // target:"http://station.huiyj.com/prod-api",
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''