mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 修改组件展示,支持单个组件数据编辑
This commit is contained in:
@@ -94,7 +94,7 @@ const labelHandle = (e: HistoryItemType) => {
|
||||
return historyActionTypeName[HistoryTargetTypeEnum.CANVAS]
|
||||
}
|
||||
return `${historyActionTypeName[e.actionType]} - ${
|
||||
(e.historyData as CreateComponentType).chartData.title
|
||||
(e.historyData as CreateComponentType).chartConfig.title
|
||||
}`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user