From ffe2bf064ae22b050a26870d681b860b635c1973 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Wed, 30 Aug 2023 16:58:24 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91-=E6=89=93=E5=8C=85?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E8=AF=A6=E6=83=85=E9=A1=B5=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/development_address_config.js | 5 +- public/local_production_address_config.js | 5 +- public/production_address_config.js | 5 +- .../packManagement/PackProjectMaintenance.vue | 350 +++++++++++++----- 4 files changed, 265 insertions(+), 100 deletions(-) diff --git a/public/development_address_config.js b/public/development_address_config.js index bf76415..e706057 100644 --- a/public/development_address_config.js +++ b/public/development_address_config.js @@ -29,4 +29,7 @@ window._CONFIG["sendAddress"] = "天津市东丽区先锋东路68号" window._CONFIG["sendPostCode"] = "300300" // 查看物流信息-- 在企业端 -window._CONFIG["lookExpressDomainURL"] = "http://localhost:3001/lookExpressInfo"; \ No newline at end of file +window._CONFIG["lookExpressDomainURL"] = "http://localhost:21826/lookExpressInfo"; + +// 来款内部部署的ip +window._CONFIG["intranetUrl"] = "http://localhost:21825/"; \ No newline at end of file diff --git a/public/local_production_address_config.js b/public/local_production_address_config.js index 57eddf6..5ba28db 100644 --- a/public/local_production_address_config.js +++ b/public/local_production_address_config.js @@ -31,4 +31,7 @@ window._CONFIG["sendPostCode"] = "300300" // 查看物流信息 // window._CONFIG["lookExpressDomainURL"] = "http://bxxt.hzwlsoft.com/lookExpressInfo"; -window._CONFIG["lookExpressDomainURL"] = "http://10.10.10.46:8066/lookExpressInfo"; \ No newline at end of file +window._CONFIG["lookExpressDomainURL"] = "http://10.10.10.46:8066/lookExpressInfo"; + +// 来款内部部署的ip +window._CONFIG["intranetUrl"] = "http://10.10.10.46:8055/"; \ No newline at end of file diff --git a/public/production_address_config.js b/public/production_address_config.js index 8301bf6..dca8fd3 100644 --- a/public/production_address_config.js +++ b/public/production_address_config.js @@ -26,4 +26,7 @@ window._CONFIG["sendAddress"] = "天津市东丽区先锋东路68号" window._CONFIG["sendPostCode"] = "300300" // 查看物流信息 -window._CONFIG["lookExpressDomainURL"] = "http://cwp.catarc.org.cn/lookExpressInfo" \ No newline at end of file +window._CONFIG["lookExpressDomainURL"] = "http://cwp.catarc.org.cn/lookExpressInfo" + +// 来款内部部署的ip +window._CONFIG["intranetUrl"] = "http://10.12.8.1:80/"; \ No newline at end of file diff --git a/src/views/packManagement/PackProjectMaintenance.vue b/src/views/packManagement/PackProjectMaintenance.vue index fe32e57..85cb5fd 100644 --- a/src/views/packManagement/PackProjectMaintenance.vue +++ b/src/views/packManagement/PackProjectMaintenance.vue @@ -92,7 +92,8 @@ :loading="loading" :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" @change="handleTableChange" - class="j-table-force-nowrap"> + :class="dataSource.length === 0 ? 'show-scroll' : ''" + class="j-table-force-nowrap main-table">