mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-16 16:42:50 +00:00
解决导出组件 formatter 方法异常问题
This commit is contained in:
parent
f7b139abdf
commit
bb24a1a3a2
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user