perf: 修改错误单词
This commit is contained in:
parent
f47c890d2f
commit
0067d4fd5a
@ -311,7 +311,7 @@ export const useChartEditStore = defineStore({
|
|||||||
|
|
||||||
// 历史记录
|
// 历史记录
|
||||||
if (isHistory) {
|
if (isHistory) {
|
||||||
chartHistoryStore.createLaryerHistory(
|
chartHistoryStore.createLayerHistory(
|
||||||
setIndex(targetData, index),
|
setIndex(targetData, index),
|
||||||
isEnd ? HistoryActionTypeEnum.BOTTOM : HistoryActionTypeEnum.TOP
|
isEnd ? HistoryActionTypeEnum.BOTTOM : HistoryActionTypeEnum.TOP
|
||||||
)
|
)
|
||||||
@ -359,7 +359,7 @@ export const useChartEditStore = defineStore({
|
|||||||
|
|
||||||
// 历史记录
|
// 历史记录
|
||||||
if (isHistory) {
|
if (isHistory) {
|
||||||
chartHistoryStore.createLaryerHistory(
|
chartHistoryStore.createLayerHistory(
|
||||||
targetItem,
|
targetItem,
|
||||||
isDown ? HistoryActionTypeEnum.DOWN : HistoryActionTypeEnum.UP
|
isDown ? HistoryActionTypeEnum.DOWN : HistoryActionTypeEnum.UP
|
||||||
)
|
)
|
||||||
|
@ -180,7 +180,7 @@ export const useChartHistoryStore = defineStore({
|
|||||||
)
|
)
|
||||||
},
|
},
|
||||||
// * 改变层级组件记录
|
// * 改变层级组件记录
|
||||||
createLaryerHistory(
|
createLayerHistory(
|
||||||
item: CreateComponentType,
|
item: CreateComponentType,
|
||||||
type:
|
type:
|
||||||
| HistoryActionTypeEnum.TOP
|
| HistoryActionTypeEnum.TOP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user