Skip to content

Commit bb24a1a

Browse files
committed
解决导出组件 formatter 方法异常问题
1 parent f7b139a commit bb24a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/excel/components/export-btn.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default defineComponent({
5959

6060
if (col) {
6161
if (col.formatter) {
62-
e = col.formatter(e);
62+
e[i] = col.formatter(e);
6363
}
6464

6565
if (col.dict) {

0 commit comments

Comments
 (0)