增加菜单页面,增加小程序管理页面,增加店铺员工页面
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { statusType } from "@/api/system/order";
|
||||
import type { statusType } from "@/api/order/order";
|
||||
export const statusOptions: statusOptions[] = [
|
||||
{ label: "全部", value: "" },
|
||||
{ label: "待支付", value: "unpaid" },
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import OrderApi from "@/api/system/order";
|
||||
import OrderApi from "@/api/order/order";
|
||||
import type { editRequest } from "@/api/system/version";
|
||||
import type { IContentConfig } from "@/components/CURD/types";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user