增加菜单页面,增加小程序管理页面,增加店铺员工页面
This commit is contained in:
3
src/types/global.d.ts
vendored
3
src/types/global.d.ts
vendored
@@ -86,6 +86,7 @@ declare global {
|
||||
value: string | number;
|
||||
/** 文本 */
|
||||
label: string;
|
||||
[property: string]: any
|
||||
/** 子列表 */
|
||||
children?: OptionType[];
|
||||
}
|
||||
@@ -103,4 +104,4 @@ declare global {
|
||||
messageList: Array<string>;
|
||||
}
|
||||
}
|
||||
export {};
|
||||
export { };
|
||||
|
||||
Reference in New Issue
Block a user