mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
解决导出组件 formatter 方法异常问题
This commit is contained in:
parent
f7b139abdf
commit
bb24a1a3a2
@ -59,7 +59,7 @@ export default defineComponent({
|
||||
|
||||
if (col) {
|
||||
if (col.formatter) {
|
||||
e = col.formatter(e);
|
||||
e[i] = col.formatter(e);
|
||||
}
|
||||
|
||||
if (col.dict) {
|
||||
|
Loading…
Reference in New Issue
Block a user