diff --git a/pages/therapist/therapist.vue b/pages/therapist/therapist.vue index a1fea5b..7609296 100644 --- a/pages/therapist/therapist.vue +++ b/pages/therapist/therapist.vue @@ -41,7 +41,7 @@ - {{item.state == 1?"可服务:":item.state == 2?"今日可约":"休息中"}} + {{item.state == 1?"可服务":item.state == 2?"今日可约":"休息中"}} {{ item.time }} @@ -49,6 +49,12 @@ + + + + {{ item.distance }} + + @@ -68,29 +74,21 @@ - - - - {{ item.distance }} - - - + - {{item.consortiaName}} + {{item.consortiaName}} + + + 立即预约 + + + 立即预约 + - - - - 立即预约 - - - 立即预约 - + @@ -136,10 +134,10 @@ {{ getOrderByCurrentMarkerIndex().artificerName }} - + {{getOrderByCurrentMarkerIndex().state == 1?"可服务":getOrderByCurrentMarkerIndex().state == 2?"今日可约":"休息中"}} - {{ getOrderByCurrentMarkerIndex().time}} + {{ getOrderByCurrentMarkerIndex().time}}