|
@@ -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>
|