Browse Source

Merge remote-tracking branch 'origin/test'

zhouna 5 years ago
parent
commit
4065be7f4b
3 changed files with 4 additions and 4 deletions
  1. 2 2
      src/common/HomePage.vue
  2. 1 1
      src/components/Department.vue
  3. 1 1
      src/components/PathInfo.vue

+ 2 - 2
src/common/HomePage.vue

@@ -15,8 +15,8 @@ export default {
   props:['showStart'],
   data(){
     return {
-      title:'sdsdsd',
-      description:'sdsds',
+      title:'',
+      description:'',
       show:this.showStart,
       num:5
     }

+ 1 - 1
src/components/Department.vue

@@ -11,7 +11,7 @@
                         <p>预约时间:{{item.recordTime}}</p>
                         <p>姓名:{{item.patientName}}</p>
                         <p>病历号:{{item.recordId}}</p>
-                        <p>挂号信息:{{item.registerNum}}</p>
+                        <p>排队号:{{item.registerNum}}</p>
                         <p v-if="item.dided">您已完成过一次预问诊,是否再次录入</p>
                     </div>
                 </div>

+ 1 - 1
src/components/PathInfo.vue

@@ -34,7 +34,7 @@
           <span>{{pathInfo.hospitalDeptName}}</span>  
         </p>
         <p class="perLine" v-if="pathInfo.recordId">
-          <span class="msgTitle">{{pathInfo.recordId?'门诊号':''}}</span>
+          <span class="msgTitle">{{pathInfo.recordId?'排队号':''}}</span>
           <i v-if="pathInfo.recordId">:</i>
           <span>{{pathInfo.recordId}}</span>
         </p>