From 89989d06f9055e0d1f3f57423367ea8ff97480be Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Thu, 25 Jan 2024 13:14:04 +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 66cd528..7df4502 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+"分"+ " ")