From 7c6f0c13be699751184433d68859869f2546e2c2 Mon Sep 17 00:00:00 2001 From: 13208366016 <47278630@qq.com> Date: Fri, 20 Oct 2023 00:40:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E9=80=81=E6=B7=BB=E5=8A=A0=E5=8F=B8?= =?UTF-8?q?=E6=9C=BA=E7=94=B5=E8=AF=9D=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distribution/deliverylist/distributionDeliveryListdis.vue | 1 + .../distribution/deliverylist/distributionDeliveryListedt.vue | 3 +++ vite.config.js | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/distribution/deliverylist/distributionDeliveryListdis.vue b/src/views/distribution/deliverylist/distributionDeliveryListdis.vue index 7bfd4a5d..1a61539f 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListdis.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListdis.vue @@ -439,6 +439,7 @@ export default { fixed: false, sortable: true, }, + { prop: 'vehicleName', label: '配送车辆', diff --git a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue index a3daf98d..62b805ef 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue @@ -26,6 +26,9 @@ 装车班组:{{ deliverydata.loadingTeamName }} + + + 司机电话:{{ deliverydata.driverPhone }} diff --git a/vite.config.js b/vite.config.js index 528ccce5..cf6e5b91 100644 --- a/vite.config.js +++ b/vite.config.js @@ -22,8 +22,8 @@ export default ({ mode, command }) => { // cyz // target: 'http://192.168.10.75:8777', // tjj - // target: 'http://192.168.10.29:13000', - target: 'http://test.api.huitongys.com', + target: 'http://192.168.10.29:13000', + // target: 'http://test.api.huitongys.com', // target: 'http://h5uapi.huitongys.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''),