Browse Source

增加科室

liucf 5 years ago
parent
commit
b2e139b256
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/components/PathInfo.vue

+ 4 - 0
src/components/PathInfo.vue

@@ -8,6 +8,10 @@
           <span>{{pathInfo.patientSex}}</span>|
           <span>{{pathInfo.patientAge}}岁</span>
         </p>
+        <p>
+          <span>挂号科室:</span>
+          <span>{{pathInfo.hospitalDeptName}}</span>
+        </p>
         <p>
           <span>门诊号:</span>
           <span>{{pathInfo.recordId}}</span>