From 54d609c86a7b59e6e801b6ce1e2b2c78987779b8 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Thu, 25 Jan 2024 12:00:10 +0800 Subject: [PATCH] up --- public/dashboard/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+"分"+ " ")