使用element ui

This commit is contained in:
yml
2026-05-21 20:16:27 +08:00
parent be7b057034
commit a39d43c4d6
39 changed files with 1380 additions and 1644 deletions
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { ref } from "vue";
import { onMounted, ref } from "vue";
import { useAdminAction } from "@/composables/useAdminAction";
import { useAdminListPage } from "@/composables/useAdminListPage";
@@ -130,6 +130,10 @@ function resetFilters() {
dateTo.value = "";
void loadTasks(1);
}
onMounted(() => {
void loadTasks(1);
});
</script>
<template>