{{ item.sessionName }}
{{ item.value }} / {{ item.total }}
@@ -143,10 +143,6 @@ use([
let showTime = ref('')
let timer: any = null
-const classOptions = {
- step: 20
-}
-
function time() {
let dt = new Date();
let y = dt.getFullYear();
diff --git a/src/views/index.vue b/src/views/index.vue
index 31b2cca..9407adb 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -175,7 +175,7 @@ function getGreeting() {
const leftPieOption = ref({
title: {
- text: '预警统计',
+ text: '风险统计',
subtext: '严重度',
x: 'center',
y: '40%',