From 645854a4f1d6a919159d2efb8e11b72b30d6b7e8 Mon Sep 17 00:00:00 2001 From: coderxqt <335614092@qq.com> Date: Tue, 23 Dec 2025 14:38:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E5=8D=B7=E5=BE=97=E5=88=86=E9=9A=90?= =?UTF-8?q?=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 +- .env.production | 3 +- .env.staging | 3 +- src/views/manage/Satisfactionsurvey/index.vue | 559 ++- src/views/manage/taskmanagement/index.vue | 3519 +++++++++-------- 5 files changed, 2199 insertions(+), 1888 deletions(-) diff --git a/.env.development b/.env.development index 375d306..16e1cdd 100644 --- a/.env.development +++ b/.env.development @@ -5,10 +5,11 @@ VUE_APP_TITLE = 新医路院后患者管理平台 ENV = 'development' # 新医路院后患者管理平台/开发环境 -VUE_APP_BASE_API = 'http://192.168.20.37:19090' +# VUE_APP_BASE_API = 'http://192.168.20.37:19090' # VUE_APP_BASE_API = 'http://8.131.93.145:54011' # VUE_APP_BASE_API = 'http://192.168.0.95:9090' # VUE_APP_BASE_API = 'https://1608.xinelu.cn' +VUE_APP_BASE_API = 'http://192.168.124.7:19090' # 路由懒加载 diff --git a/.env.production b/.env.production index 9e75245..2cd947e 100644 --- a/.env.production +++ b/.env.production @@ -5,8 +5,9 @@ VUE_APP_TITLE = 新医路院后患者管理平台 ENV = 'production' # 新医路院后患者管理平台/生产环境 -VUE_APP_BASE_API = 'http://192.168.20.37:19090' +# VUE_APP_BASE_API = 'http://192.168.20.37:19090' # VUE_APP_BASE_API = 'http://8.131.93.145:54011' # VUE_APP_BASE_API = 'http://192.168.0.95:9090' # VUE_APP_BASE_API = 'https://1608.xinelu.cn' +VUE_APP_BASE_API = 'http://192.168.124.7:19090' diff --git a/.env.staging b/.env.staging index 39995d4..7745f57 100644 --- a/.env.staging +++ b/.env.staging @@ -7,7 +7,8 @@ NODE_ENV = production ENV = 'staging' # 新医路院后患者管理平台/测试环境 -VUE_APP_BASE_API = 'http://192.168.20.37:19090' +# VUE_APP_BASE_API = 'http://192.168.20.37:19090' # VUE_APP_BASE_API = 'http://8.131.93.145:54011' # VUE_APP_BASE_API = 'http://192.168.0.95:9090' # VUE_APP_BASE_API = 'https://1608.xinelu.cn' +VUE_APP_BASE_API = 'http://192.168.124.7:19090' diff --git a/src/views/manage/Satisfactionsurvey/index.vue b/src/views/manage/Satisfactionsurvey/index.vue index b94852b..45c8fc7 100644 --- a/src/views/manage/Satisfactionsurvey/index.vue +++ b/src/views/manage/Satisfactionsurvey/index.vue @@ -1,95 +1,255 @@ - + + .el-switch__label--right { + z-index: 9; + left: -3px; + } + + .el-switch__label.is-active { + display: block !important; + color: #fff; + } + + .el-switch__core { + width: 85px !important; + } + + .el-switch__label { + width: 60px !important; + text-align: center; + } +} + +::v-deep .el-table__fixed-right::before { + height: 0px !important; +} +