From 309c529df35890ab48097474cc7b14b9b066b6ab Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Mon, 13 Nov 2023 10:25:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- .../progressManagement/engineerInventory/index.vue | 4 ++-- .../investmentPayment/components/transformInfo1.vue | 10 +++++----- .../progressManagement/investmentPayment/index.vue | 4 ++-- .../huizhou/userManagement/roleManage/index.vue | 10 ++++++---- .../payManagement/components/transformInfo1.vue | 6 +++--- .../progressManagement/payManagement/index.vue | 10 +++++----- .../payManagement/components/transformInfo1.vue | 6 +++--- .../progressManagement/payManagement/index.vue | 10 +++++----- 9 files changed, 33 insertions(+), 31 deletions(-) diff --git a/.env.development b/.env.development index efed31d..deec6c5 100644 --- a/.env.development +++ b/.env.development @@ -2,10 +2,10 @@ NODE_ENV = 'development' # 本地环境接口地址(/api/index.ts文件中使用) -VITE_API_URL = 'http://192.168.34.155:6688' +# VITE_API_URL = 'http://192.168.34.155:6688' # VITE_API_URL = 'http://2xliv7gs.shenzhuo.vip:55296' VITE_WPAPI_URL = "http://jxjzw.zhgdyun.com:8081" -# VITE_API_URL = "http://jxjzw.zhgdyun.com:9013" +VITE_API_URL = "http://jxjzw.zhgdyun.com:9013" # 上传 # VITE_ULD_API_URL = 'http://192.168.34.155:8012/onlinePreview?url=' diff --git a/src/views/goverment/huizhou/progressManagement/engineerInventory/index.vue b/src/views/goverment/huizhou/progressManagement/engineerInventory/index.vue index 5087532..8133d1b 100644 --- a/src/views/goverment/huizhou/progressManagement/engineerInventory/index.vue +++ b/src/views/goverment/huizhou/progressManagement/engineerInventory/index.vue @@ -99,8 +99,8 @@ const columns: ColumnProps[] = [ // 多级 prop { prop: "unit", label: "单位" }, { prop: "number", label: "数量" }, - { prop: "unitPrice", label: "单价" }, - { prop: "totalPrice", label: "合价" } + { prop: "unitPrice", label: "单价(元)" }, + { prop: "totalPrice", label: "合价(元)" } // { prop: "operation", label: "操作", fixed: "right", width: 120 } ]; // 获取 ProTable 元素,调用其获取刷新数据方法(还能获取到当前查询参数,方便导出携带参数) diff --git a/src/views/goverment/huizhou/progressManagement/investmentPayment/components/transformInfo1.vue b/src/views/goverment/huizhou/progressManagement/investmentPayment/components/transformInfo1.vue index 7ab629e..f3e87f8 100644 --- a/src/views/goverment/huizhou/progressManagement/investmentPayment/components/transformInfo1.vue +++ b/src/views/goverment/huizhou/progressManagement/investmentPayment/components/transformInfo1.vue @@ -25,10 +25,10 @@ :cell-style="{ textAlign: 'center', height: '40px' }" > - - + + - +