Browse Source

bug2941,2939

luolei 5 years ago
parent
commit
b81ae08a8e
3 changed files with 4 additions and 2 deletions
  1. 2 1
      src/common/Toast.vue
  2. 1 1
      src/components/Preview.vue
  3. 1 0
      src/components/Symptom.vue

+ 2 - 1
src/common/Toast.vue

@@ -76,6 +76,7 @@ import $ from 'jquery';
         height: .9rem;
         line-height: .9rem;
         border-top: 1px solid #colors[line];
+        // font-weight: bold;
         span{
           display: inline-block;
           width: 50%;
@@ -88,7 +89,7 @@ import $ from 'jquery';
           color: #FF6167;
         }
         .canc{
-          color: #colors[btn];
+          color: #333333;
         }
       }
     }

+ 1 - 1
src/components/Preview.vue

@@ -10,7 +10,7 @@
               <td><span>挂号科室:</span>{{pathInfo.selfDeptName}}</td>
             </tr>
             <tr v-if="pathInfo.recordId">
-              <td><span>门诊号:</span>{{pathInfo.recordId}}</td>
+              <td><span>排队号:</span>{{pathInfo.recordId}}</td>
             </tr>
             <tr v-if="pathInfo.doctorName">
               <td><span>预约医生:</span>{{pathInfo.doctorName}}</td>

+ 1 - 0
src/components/Symptom.vue

@@ -250,6 +250,7 @@ export default {
     },
     closeTip(){
       this.showExp = false,
+      this.startNum = 0
       this.message.title = '';
       this.message.text = '';
     },