Skip to content

菜单的排序不支持小数了 #56

Closed
@eyuan

Description

@eyuan
版本号:

V1.0.0

问题描述:

之前Vue2版本支持,希望也能支持上,方便调整菜单顺序

Activity

laozhu001

laozhu001 commented on May 8, 2022

@laozhu001

建议支持小数。或者初始化时,一级菜单序号间隔为10,例如,10,20,30.。。。。。

zhangdaiscott

zhangdaiscott commented on May 12, 2022

@zhangdaiscott
Member
ALTER TABLE `sys_permission`
    MODIFY COLUMN `sort_no` double (8, 2) NULL DEFAULT NULL COMMENT '菜单排序' AFTER `perms_type`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @eyuan@zhangdaiscott@laozhu001

        Issue actions

          菜单的排序不支持小数了 · Issue #56 · jeecgboot/JeecgBoot-vue3