Commit dcc13c53 authored by “yiyousong”'s avatar “yiyousong”

perf: 优化新增菜单

parent cfeed6be
......@@ -135,12 +135,8 @@
是否缓存
</span>
<a-radio-group v-model="form.cache">
<a-radio :value="1">
</a-radio>
<a-radio :value="0">
</a-radio>
<a-radio :value="1"></a-radio>
<a-radio :value="0"></a-radio>
</a-radio-group>
</a-form-model-item></a-col
>
......@@ -159,12 +155,8 @@
是否隐藏子菜单
</span>
<a-radio-group v-model="form.hideChildrenInMenu">
<a-radio :value="1">
</a-radio>
<a-radio :value="0">
</a-radio>
<a-radio :value="1"></a-radio>
<a-radio :value="0"></a-radio>
</a-radio-group>
</a-form-model-item></a-col
>
......@@ -288,7 +280,7 @@ export default {
commMenu: 1, // 是否常用菜单 (0.非常用,1.常用)
component: "", // vue组件路径
menuType: 0, // 菜单类型 (0.目录,1.菜单,2.按钮)
authType: 0, // 权限类型 (0.无限制,1.无需登录查看,2.需要登录查看,3.需要角色权限查看)
authType: 3, // 权限类型 (0.无限制,1.无需登录查看,2.需要登录查看,3.需要角色权限查看)
visible: 0, // 菜单显示状态 (0.显示,1.隐藏)
perms: "", // 权限标识,多个逗号分割
remark: "", // 备注信息
......
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