mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增成组,解组,图层处理
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { getUUID } from '@/utils'
|
||||
import { PublicConfigType, CreateComponentType, CreateComponentGroupType } from '@/packages/index.d'
|
||||
import { RequestConfigType } from '@/store/modules/chartEditStore/chartEditStore.d'
|
||||
import { groupTitle } from '@/settings/designSetting'
|
||||
import {
|
||||
RequestHttpEnum,
|
||||
RequestDataTypeEnum,
|
||||
@@ -83,7 +84,7 @@ export class PublicGroupConfigClass implements CreateComponentGroupType {
|
||||
public isGroup = true
|
||||
// 名称
|
||||
public chartConfig = {
|
||||
title: '分组'
|
||||
title: groupTitle
|
||||
}
|
||||
// 组成员列表
|
||||
public groupList: Array<CreateComponentType> = []
|
||||
|
||||
Reference in New Issue
Block a user