Browse Source

修改科室字段

1178232204@qq.com 3 years ago
parent
commit
51a70956d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/Preview.vue

+ 1 - 1
src/components/Preview.vue

@@ -11,7 +11,7 @@
           </p>
           <table>
             <tr>
-              <td><span>挂号科室:</span>{{ pathInfo.selfDeptName }}</td>
+              <td><span>挂号科室:</span>{{ pathInfo.hospitalDeptName }}</td>
             </tr>
             <tr v-if="pathInfo.recordId">
               <td><span>排队号:</span>{{ pathInfo.recordId }}</td>