修复结账金额和后台类型

This commit is contained in:
yml
2026-05-27 10:28:05 +08:00
parent 6fb5de204c
commit c54e3936ab
7 changed files with 311 additions and 48 deletions
+2 -1
View File
@@ -8,8 +8,9 @@ import { formatDateTime } from '@/utils/time'
const status = ref('')
const { loading, data: orders, load: loadOrders } = useAdminTable<Order>({
const { loading, data: orders, load: loadOrders } = useAdminTable<Order[]>({
fetchFn: fetchAdminOrders,
initialData: [],
})
const filteredOrders = computed(() => {