From ff2ae358d95a5115db1bfa095604c2941175dea8 Mon Sep 17 00:00:00 2001 From: wangqiujuan0808 <578331299@qq.com> Date: Fri, 8 Dec 2023 00:03:57 +0800 Subject: [PATCH] .. --- package.json | 3 +- .../bim/bimHome/components/RealInfoDialog.vue | 227 +++++++++++++++++- 2 files changed, 223 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 84cc652..b1ae039 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,10 @@ "@vueuse/core": "9.5.0", "axios": "0.27.2", "dayjs": "^1.11.10", - "element-plus": "2.2.27", "echarts": "^5.2.2", "echarts-gl": "^2.0.9", + "echarts-liquidfill": "^3.1.0", + "element-plus": "2.2.27", "file-saver": "2.0.5", "fuse.js": "6.6.2", "js-cookie": "3.0.1", diff --git a/src/views/bim/bimHome/components/RealInfoDialog.vue b/src/views/bim/bimHome/components/RealInfoDialog.vue index 026b1dd..6d7a894 100644 --- a/src/views/bim/bimHome/components/RealInfoDialog.vue +++ b/src/views/bim/bimHome/components/RealInfoDialog.vue @@ -17,24 +17,166 @@
- +
+
健康度
- +
+ +
+
+ + + +
+ {{ activity.time }} + {{ activity.timestamp }} +
+ +
+ + {{ activity.content }} + + +
+
+
\ No newline at end of file +} \ No newline at end of file