Skip to content

Commit

Permalink
顺序调整
Browse files Browse the repository at this point in the history
  • Loading branch information
TCOTC committed Nov 14, 2024
1 parent 78cf640 commit 9982885
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/protyle/render/av/calc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const openCalcMenu = async (protyle: IProtyle, calcElement: HTMLElement,
colId,
avId,
oldOperator,
operator: "Count values",
operator: "Count empty",
data: panelData?.data,
blockID,
target: calcElement
Expand All @@ -159,7 +159,7 @@ export const openCalcMenu = async (protyle: IProtyle, calcElement: HTMLElement,
colId,
avId,
oldOperator,
operator: "Count unique values",
operator: "Count not empty",
data: panelData?.data,
blockID,
target: calcElement
Expand All @@ -170,7 +170,7 @@ export const openCalcMenu = async (protyle: IProtyle, calcElement: HTMLElement,
colId,
avId,
oldOperator,
operator: "Count empty",
operator: "Count values",
data: panelData?.data,
blockID,
target: calcElement
Expand All @@ -181,7 +181,7 @@ export const openCalcMenu = async (protyle: IProtyle, calcElement: HTMLElement,
colId,
avId,
oldOperator,
operator: "Count not empty",
operator: "Count unique values",
data: panelData?.data,
blockID,
target: calcElement
Expand Down

0 comments on commit 9982885

Please sign in to comment.