Skip to content

Commit

Permalink
优化菜单管理类型为按钮状态可选
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzongzhuan committed Sep 18, 2023
1 parent 2af351f commit 2d49f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruoyi-ui/src/views/system/menu/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
</el-radio-group>
</el-form-item>
</el-col>
<el-col :span="12" v-if="form.menuType != 'F'">
<el-col :span="12">
<el-form-item prop="status">
<span slot="label">
<el-tooltip content="选择停用则路由将不会出现在侧边栏,也不能被访问" placement="top">
Expand Down

0 comments on commit 2d49f2a

Please sign in to comment.