预售管理

This commit is contained in:
余同学 2024-11-27 18:03:42 +08:00
parent 6b95aed059
commit 33fadf2819
2 changed files with 28 additions and 0 deletions

View File

@ -133,6 +133,19 @@ export default {
open: null,
list: [],
},
{
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "预售管理",
url: "pre-sale/index",
perms: "",
type: 0,
elIcon: "el-icon-data-analysis",
orderNum: 0,
open: null,
list: [],
},
// {
// "menuId": getUUID(),
// "parentId": 0,

View File

@ -0,0 +1,15 @@
<template>
<div>
预售管理
</div>
</template>
<script>
export default {
}
</script>
<style>
</style>