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; +} +