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