mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-21 21:16:23 +08:00
perf: 修改错误单词
This commit is contained in:
parent
1b68c39d5d
commit
27d78c6b4d
@ -311,7 +311,7 @@ export const useChartEditStore = defineStore({
|
||||
|
||||
// 历史记录
|
||||
if (isHistory) {
|
||||
chartHistoryStore.createLaryerHistory(
|
||||
chartHistoryStore.createLayerHistory(
|
||||
setIndex(targetData, index),
|
||||
isEnd ? HistoryActionTypeEnum.BOTTOM : HistoryActionTypeEnum.TOP
|
||||
)
|
||||
@ -359,7 +359,7 @@ export const useChartEditStore = defineStore({
|
||||
|
||||
// 历史记录
|
||||
if (isHistory) {
|
||||
chartHistoryStore.createLaryerHistory(
|
||||
chartHistoryStore.createLayerHistory(
|
||||
targetItem,
|
||||
isDown ? HistoryActionTypeEnum.DOWN : HistoryActionTypeEnum.UP
|
||||
)
|
||||
|
@ -180,7 +180,7 @@ export const useChartHistoryStore = defineStore({
|
||||
)
|
||||
},
|
||||
// * 改变层级组件记录
|
||||
createLaryerHistory(
|
||||
createLayerHistory(
|
||||
item: CreateComponentType,
|
||||
type:
|
||||
| HistoryActionTypeEnum.TOP
|
||||
|
Loading…
x
Reference in New Issue
Block a user