mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
style: 优化枚举代码
This commit is contained in:
@@ -25,6 +25,10 @@ export enum HistoryActionTypeEnum {
|
||||
UP = 'up',
|
||||
// 下移
|
||||
DOWN = 'down',
|
||||
// 成组
|
||||
GROUP = 'group',
|
||||
// 解组
|
||||
UN_GROUP = 'unGroup',
|
||||
// 选择历史记录
|
||||
SELECT_HISTORY = 'selectHistory'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user