Commit 04e9b95f authored by zhangrui123's avatar zhangrui123

日志

parent adbf265e
...@@ -21,12 +21,13 @@ ...@@ -21,12 +21,13 @@
<a-icon :type="child.meta.menuIcon?child.meta.menuIcon:'bars'" /> <a-icon :type="child.meta.menuIcon?child.meta.menuIcon:'bars'" />
{{child.meta.title}} {{child.meta.title}}
</a-menu-item> --> </a-menu-item> -->
<template v-if="child.meta.title == '系统信息配置' ||child.meta.title == '拓展信息管理'|| child.meta.title == '日志管理'"> <template v-if="child.meta.title == '系统信息配置' ||child.meta.title == '拓展信息管理' || child.meta.title == '日志管理'">
<a-menu-item v-if="$store.state.hasAllRight" :key="child.key" @click="onclick(child.name)"> <a-menu-item v-if="$store.state.hasAllRight" :key="child.key" @click="onclick(child.name)">
<a-icon :type="child.meta.menuIcon?child.meta.menuIcon:'bars'" /> <a-icon :type="child.meta.menuIcon?child.meta.menuIcon:'bars'" />
{{child.meta.title}} {{child.meta.title}}
</a-menu-item> </a-menu-item>
</template> </template>
<a-menu-item v-else :key="child.key" @click="onclick(child.name)"> <a-menu-item v-else :key="child.key" @click="onclick(child.name)">
<a-icon :type="child.meta.menuIcon?child.meta.menuIcon:'bars'" /> <a-icon :type="child.meta.menuIcon?child.meta.menuIcon:'bars'" />
{{child.meta.title}} {{child.meta.title}}
...@@ -34,12 +35,12 @@ ...@@ -34,12 +35,12 @@
</template> </template>
</a-sub-menu> </a-sub-menu>
</template> </template>
<template v-else> <!-- <template v-else>
<a-menu-item :key="menu.name" @click="onclick(menu.name)"> <a-menu-item :key="menu.name" @click="onclick(menu.name)">
<a-icon :type="menu.meta.menuIcon?menu.meta.menuIcon:'bars'" /> <a-icon :type="menu.meta.menuIcon?menu.meta.menuIcon:'bars'" />
{{menu.meta.title}} {{menu.meta.title}}
</a-menu-item> </a-menu-item>
</template> </template> -->
</template> </template>
</template> </template>
</a-menu> </a-menu>
......
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
}, },
{ {
"path": "/documents/ledger", "name": "ledger", "path": "/documents/ledger", "name": "ledger",
"meta": { "title": "区房屋台账", "menuIcon": "profile", "menuPath": true, "hideInBread": false }, "meta": { "title": "区房屋台账","authCode":"0008", "menuIcon": "profile", "menuPath": true, "hideInBread": false },
"children": [ "children": [
{ {
"path": "/documents/ledger/community", "name": "communityList", "path": "/documents/ledger/community", "name": "communityList",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment