diff --git a/public/dashboard/index.html b/public/dashboard/index.html index d942fb6..66cd528 100644 --- a/public/dashboard/index.html +++ b/public/dashboard/index.html @@ -341,7 +341,7 @@ satisfieds.map(item=>{ var score = parseInt(item.score)*20 var per = score +'%' - $(".satisfied").append(""+item.paramedic.name+""+ + $(".satisfied").append(""+item.paramedic.name+""+ "
"+ ""+score+"分"+ " ")