From 5a25afcf3da6ea512e46f3ed6f418cdff9b4b1a1 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Thu, 25 Jan 2024 11:06:20 +0800 Subject: [PATCH] up --- public/dashboard/index.html | 78 +++++++------------------------------ 1 file changed, 13 insertions(+), 65 deletions(-) diff --git a/public/dashboard/index.html b/public/dashboard/index.html index ca102e7..0d038a5 100644 --- a/public/dashboard/index.html +++ b/public/dashboard/index.html @@ -138,75 +138,14 @@

最新出院信息

- +
-

最新投诉信息

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - +

最新评价信息

+
陈**投诉袁护工武进中医院
+
@@ -407,6 +346,15 @@ ""+item.status_name+""+ "") }) + // 最新评价 + var tips = datas.tip + $(".tips").empty("") + tips.map(item=>{ + $(".tips").append("" + +item.contact+"评价:"+item.comment+"+ + // ""+item.project.name+""+ + "") + }) console.log("result", result) initChart() },