diff --git a/client/src/views/dashboard/index.vue b/client/src/views/dashboard/index.vue index 412701f..0cb90a2 100644 --- a/client/src/views/dashboard/index.vue +++ b/client/src/views/dashboard/index.vue @@ -87,26 +87,33 @@
待办任务提醒
+
+ + 您有 + {{task2Num}} + 条记录待完成 + +
- - 您有 - {{todos.toup}} - 条记录待报送 - + + 您有 + {{todos.toup}} + 条记录待报送 +
- - 您有 - {{todos.tozg}} - 条记录待整改 - + + 您有 + {{todos.tozg}} + 条记录待整改 +
- - 您有 - {{todos.toconfirm}} - 条记录待确认 - + + 您有 + {{todos.toconfirm}} + 条记录待确认 +
@@ -115,6 +122,7 @@