diff --git a/apps/web-test/src/views/dashboard/home/components/Output2/index.vue b/apps/web-test/src/views/dashboard/home/components/Output2/index.vue index 41e52090..0b82451d 100644 --- a/apps/web-test/src/views/dashboard/home/components/Output2/index.vue +++ b/apps/web-test/src/views/dashboard/home/components/Output2/index.vue @@ -3,23 +3,22 @@
-
+
待办
- -
+
已办
-
+
待阅
-
+
已阅
-
+
关注
@@ -31,10 +30,10 @@
  • - +
  • -
  • - +
  • +
@@ -79,9 +78,9 @@ import { preferences } from '@vben/preferences'; watch(() => preferences.theme.mode, (n: any) => { VxeUI.setTheme(n) -},{ - deep: true, - immediate: true +}, { + deep: true, + immediate: true }) interface RowVO { @@ -165,6 +164,17 @@ watch( state.checkAll = val.length === plainOptions.length; }, ); + +let selectClass = ref('全部') + +let selectedClick = (item: string) => { + selectClass.value = item +} + +let selectTodo = ref(''); +let selectTodoClick = (item: string) => { + selectTodo.value = item +} + \ No newline at end of file diff --git a/apps/web-test/src/views/dashboard/home/components/Output5/index.vue b/apps/web-test/src/views/dashboard/home/components/Output5/index.vue index bbc2975e..219a2c49 100644 --- a/apps/web-test/src/views/dashboard/home/components/Output5/index.vue +++ b/apps/web-test/src/views/dashboard/home/components/Output5/index.vue @@ -1,19 +1,28 @@