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">