From 805d4f42d0b31e3cb56bde5f8a89f09d78d64002 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Thu, 22 Jan 2026 15:28:55 +0800 Subject: [PATCH] seo --- public/sysConfig.json | 4 ++-- src/components/report/TurnoverReportReal.vue | 2 +- src/router/index.js | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/public/sysConfig.json b/public/sysConfig.json index 4dc018a..5964923 100644 --- a/public/sysConfig.json +++ b/public/sysConfig.json @@ -1,7 +1,7 @@ { - "apiurl": "http://192.168.0.188:9527", + "apiurl": "http://192.168.0.188:9530", "softName": "神豚体检管理系统", - "pacsApi": "http://192.168.0.188:9527", + "pacsApi": "http://192.168.0.188:9530", "dcmViewers": "https://app.mzaktj.com:4436", "pacsApiHttps": "https://app.mzaktj.com:8042", "dict":{ diff --git a/src/components/report/TurnoverReportReal.vue b/src/components/report/TurnoverReportReal.vue index f153eb5..5551b6e 100644 --- a/src/components/report/TurnoverReportReal.vue +++ b/src/components/report/TurnoverReportReal.vue @@ -272,7 +272,7 @@ export default { // 查询 btnQuery() { //let body = deepCopy(this.query) - postapi("/api/app/CustomerReport/GetCustomerOrgPhysicalExaminationStatistics", this.query).then(res => { + postapi("/api/app/CustomerReport/GetCustomerOrgAmountReceivedStatistics", this.query).then(res => { if (res.code > -1) { this.tableData = res.data if (Array.isArray(this.tableData) && this.tableData.length > 0) { diff --git a/src/router/index.js b/src/router/index.js index 9860236..2faae20 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -582,6 +582,12 @@ const routes = [{ component: () => import ("../components/report/TurnoverReportDetails.vue"), }, + { + path: "/TurnoverReportReal", + name: "营业额统计(明细)", + component: () => + import ("../components/report/TurnoverReportReal.vue"), + }, { path: "/AppointQuery", name: "网上预约汇总",