|
@ -507,7 +507,7 @@ new Vue({
|
|
|
)
|
|
|
])
|
|
|
},
|
|
|
renderHeadeRexpert(h, item) {
|
|
|
renderHeadeRexpert: function(h, item) {
|
|
|
var index = item.$index
|
|
|
return [
|
|
|
index=='3'?'邀请次数':index=='4'?'进行中':index=='5'?'已回复':'未回复',
|
|
@ -516,7 +516,7 @@ new Vue({
|
|
|
{
|
|
|
props: {
|
|
|
content: (function() {
|
|
|
return index=='3'?`发起邀请总次数`:index==''?`其中咨询未完成,包含待回复和进行中`:index=='5'?`其中医生已回复且咨询已结束的`:`其中咨询已结束医生未回复的`
|
|
|
return index=='3'?'发起邀请总次数':index==''?'其中咨询未完成,包含待回复和进行中':index=='5'?'其中医生已回复且咨询已结束的':'其中咨询已结束医生未回复的'
|
|
|
})(),
|
|
|
placement: 'top'
|
|
|
}
|