feat: 新增工单列表
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
<script setup>
|
||||
import { ref } from "vue";
|
||||
import TopNavBar from "@/components/TopNavBar/index.vue";
|
||||
import CustomEmpty from "@/components/CustomEmpty/index.vue";
|
||||
import OrderCard from "./components/OrderCard/index.vue";
|
||||
import CustomEmpty from "./components/CustomEmpty/index.vue";
|
||||
import { userOrderList } from "@/request/api/OrderApi";
|
||||
|
||||
const dataList = ref([]);
|
||||
|
||||
Reference in New Issue
Block a user