mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改右键类型操作
This commit is contained in:
+1
-14
@@ -1,17 +1,4 @@
|
||||
// 右键枚举
|
||||
export enum MenuEnum {
|
||||
DELETE = 'delete',
|
||||
COPY = 'copy',
|
||||
CUT = 'cut',
|
||||
PARSE = 'parse',
|
||||
TOP = 'top',
|
||||
BOTTOM = 'bottom',
|
||||
UP = 'up',
|
||||
DOWN = 'down',
|
||||
CLEAR = 'clear',
|
||||
GROUP = 'group',
|
||||
UN_GROUP = 'unGroup'
|
||||
}
|
||||
import { MenuEnum } from '@/enums/editPageEnum'
|
||||
|
||||
export interface MenuOptionsItemType {
|
||||
type?: string
|
||||
|
||||
Reference in New Issue
Block a user