修复前端迁移后的类型错误
This commit is contained in:
@@ -3,9 +3,9 @@ import { computed, onMounted, ref } from "vue";
|
||||
import { useRoute, useRouter } from "vue-router";
|
||||
import { showToast, showDialog } from "vant";
|
||||
|
||||
import { fetchOrderChat } from "@/api/chats";
|
||||
import { createDispute } from "@/api/disputes";
|
||||
import { uploadFile } from "@/api/files";
|
||||
import { fetchOrderChat } from "@/features/chats/api/chats";
|
||||
import { createDispute } from "@/features/disputes/api/disputes";
|
||||
import { uploadFile } from "@/shared/api/files";
|
||||
import {
|
||||
acceptCheckout,
|
||||
cancelOrder,
|
||||
@@ -20,7 +20,7 @@ import {
|
||||
type HandoffRecord,
|
||||
type Order,
|
||||
type PaymentOrder,
|
||||
} from "@/api/orders";
|
||||
} from "@/features/orders/api/orders";
|
||||
import { useSessionStore } from "@/stores/session";
|
||||
import { handoffStatusLabel, orderStatusLabel } from "@/utils/statusLabels";
|
||||
import { formatDateTime } from "@/utils/time";
|
||||
|
||||
Reference in New Issue
Block a user