diff --git a/src/components/layout/GlobalShell.vue b/src/components/layout/GlobalShell.vue index 6acd063..09b49ee 100644 --- a/src/components/layout/GlobalShell.vue +++ b/src/components/layout/GlobalShell.vue @@ -55,7 +55,7 @@ type="button" class="icon-button" aria-label="通知中心" - @click="handlePrototypeNotice" + @click="router.push({ name: 'NotificationCenter' })" >
+
+ +
+ + + + + + + + + + + + + + + + + +
+ + + + + + diff --git a/src/views/supervision/plan/index.vue b/src/views/supervision/plan/index.vue index aa893de..e6a1cdc 100644 --- a/src/views/supervision/plan/index.vue +++ b/src/views/supervision/plan/index.vue @@ -11,6 +11,15 @@ end-placeholder="结束时间" class="filter-field filter-field--range" /> + + + + 重置 @@ -57,14 +66,30 @@ - + + + + + + - +