From 52ef0349f6c956bb8ddd08fd94b04df00958e042 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Tue, 4 Mar 2025 14:34:08 +0800 Subject: [PATCH] isQuestion --- public/sysConfig.json | 2 +- .../customerOrg/customerOrgRegister.vue | 18 +++ src/views/user-list/AuditLog.vue | 119 +++++++----------- 3 files changed, 63 insertions(+), 76 deletions(-) diff --git a/public/sysConfig.json b/public/sysConfig.json index 9a5ce7a..5be0d63 100644 --- a/public/sysConfig.json +++ b/public/sysConfig.json @@ -1,7 +1,7 @@ { "apiurl": "http://140.143.162.39:9529", "softName": "神豚体检管理系统", - "pacsApi": "http://192.168.2.74:9529", + "pacsApi": "http://140.143.162.39:9529", "dcmViewers": "https://app.mzaktj.com:4436", "pacsApiHttps": "https://app.mzaktj.com:8042" } \ No newline at end of file diff --git a/src/components/customerOrg/customerOrgRegister.vue b/src/components/customerOrg/customerOrgRegister.vue index ffdc3c2..878e988 100644 --- a/src/components/customerOrg/customerOrgRegister.vue +++ b/src/components/customerOrg/customerOrgRegister.vue @@ -5,6 +5,14 @@ :height="window.pageHeight < 600 ? 200 : window.pageHeight - 400" size="small" highlight-current-row @row-click="rowClick" ref="customerOrg.customerOrgRegisterList"> + + + +