浏览代码

挂号界面显示医生简介。

lighter 4 年之前
父节点
当前提交
76a88016dc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/hospital-service/appointment/SelectDoctorAndDate.vue

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

@@ -28,7 +28,7 @@
     <div v-for="(item, index) in data.doctorSources" :key="index">
       <van-cell center :title="item.doctorName + ' | ' + item.chargeType" is-link @click="toDoctorArangement(item)">
         <template #label>
-          <div :style="labelStyle" v-show="item.specialty">擅长:{{ item.specialty }}</div>
+          <div :style="labelStyle" v-show="item.introduction">{{ item.introduction }}</div>
         </template>
         <template #default>
           <span v-html="hasLeftNum(item.leftNum)"></span>