This commit is contained in:
Daniel 2025-08-11 21:18:20 +08:00
parent 1479cb6c00
commit c3c467e3ee
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 3 additions and 3 deletions

View file

@ -346,7 +346,7 @@ export const goGroupsSort = (options: {
const blockID = options.blockElement.getAttribute("data-node-id");
const column = getFieldsByData(options.data).find(item => item.id === options.data.view.group.field);
(["created", "date", "created", "updated"].includes(column.type) ? [0, 1] : (
["mSelect", "select"].includes(column.type) ? [2, 0, 1, 3] : [2, 0, 1]
["mSelect", "select"].includes(column.type) ? [3, 2, 0, 1] : [2, 0, 1]
)).forEach((item) => {
const label = getLanguageByIndex(item, "sort");
menu.addItem({