Ver código fonte

修改医生科室为挂号科室

lighter 1 ano atrás
pai
commit
1e0e0feb5f

+ 1 - 1
src/views/hospital-service/appointment/DoctorArrangement.vue

@@ -13,7 +13,7 @@
           <div style="min-width: 60%">
             <van-cell center :title="data.doctorInfo.doctorName">
               <template #label>
-                <div>{{ data.doctorInfo.deptName }}</div>
+                <div>{{ Cookies.get('appointmentDeptName') }}</div>
                 <div>{{ data.doctorInfo.doctorTitle }}</div>
               </template>
             </van-cell>