We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b139a commit bb24a1aCopy full SHA for bb24a1a
src/modules/excel/components/export-btn.tsx
@@ -59,7 +59,7 @@ export default defineComponent({
59
60
if (col) {
61
if (col.formatter) {
62
- e = col.formatter(e);
+ e[i] = col.formatter(e);
63
}
64
65
if (col.dict) {
0 commit comments