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()
},