This commit is contained in:
icssoa 2023-04-08 11:02:36 +08:00
commit 43c3e1cf11

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) {