Vanessa 2024-01-02 23:04:25 +08:00
parent d9bfc45592
commit 84f3da2ae8
2 changed files with 27 additions and 32 deletions

View file

@ -65,7 +65,7 @@ export const openMenuPanel = (options: {
} else if (options.type === "select") {
html = getSelectHTML(data.view, options.cellElements);
} else if (options.type === "asset") {
html = getAssetHTML(data.view, options.cellElements);
html = getAssetHTML(options.cellElements);
} else if (options.type === "edit") {
html = getEditHTML({protyle: options.protyle, data, colId: options.colId});
} else if (options.type === "date") {