Browse Source

Merge branch 'syf-scale1220' into test

1178232204@qq.com 3 years atrás
parent
commit
3e76e52f6e
3 changed files with 3 additions and 3 deletions
  1. 1 1
      src/components/MainPage.vue
  2. 1 1
      src/components/PathInfo.vue
  3. 1 1
      src/components/ScaleDetail.vue

+ 1 - 1
src/components/MainPage.vue

@@ -368,7 +368,7 @@ export default {
     previewRes() {
       if (
         (this.userInfo.hospitalDeptName == "呼吸内科/咳嗽/戒烟门诊xs" ||
-          this.userInfo.hospitalDeptName == "全科") &&
+          this.userInfo.hospitalDeptName == "呼吸内科/咳嗽/戒烟门诊") &&
         !this.scaleInfo
       ) {
         this.showToast = true;

+ 1 - 1
src/components/PathInfo.vue

@@ -55,7 +55,7 @@
         @click="goScale"
         v-if="
           pathInfo.hospitalDeptName == '呼吸内科/咳嗽/戒烟门诊xs' ||
-          pathInfo.hospitalDeptName == '全科'
+          pathInfo.hospitalDeptName == '呼吸内科/咳嗽/戒烟门诊'
         "
       >
         <img src="../images/scale.png" />

+ 1 - 1
src/components/ScaleDetail.vue

@@ -44,7 +44,7 @@ export default {
       list: [],
       listtradio: 1,
       showToast: false,
-      message: "量表填写成功,预问诊未填写是否去填写?",
+      message: "量表填写成功,是否需要填写预问诊?",
       isSure: false,
       score: 0,
     };