rewrite notification table

This commit is contained in:
pa
2026-01-06 21:48:56 +09:00
committed by Natsumi
parent 25c4ad8d2f
commit 5424762d5c
6 changed files with 1065 additions and 544 deletions

View File

@@ -39,8 +39,6 @@
</template>
<script setup>
import { Refresh } from '@element-plus/icons-vue';
import { ElMessageBox } from 'element-plus';
import {
getCoreRowModel,
getFilteredRowModel,
@@ -49,6 +47,8 @@
useVueTable
} from '@tanstack/vue-table';
import { computed, ref, watch } from 'vue';
import { ElMessageBox } from 'element-plus';
import { Refresh } from '@element-plus/icons-vue';
import { storeToRefs } from 'pinia';
import { useI18n } from 'vue-i18n';