Prechádzať zdrojové kódy

挂号界面显示医生简介。

lighter 4 rokov pred
rodič
commit
76a88016dc

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