解决导出组件 formatter 方法异常问题

This commit is contained in:
icssoa 2023-04-07 22:54:44 +08:00
parent f7b139abdf
commit bb24a1a3a2

View File

@ -59,7 +59,7 @@ export default defineComponent({
if (col) { if (col) {
if (col.formatter) { if (col.formatter) {
e = col.formatter(e); e[i] = col.formatter(e);
} }
if (col.dict) { if (col.dict) {