forked from opentiny/tiny-engine
fix(material): elTable formatter should be function type (#355)
This commit is contained in:
parent
e9a67b9de0
commit
8c09632e9c
|
@ -1805,7 +1805,9 @@
|
|||
},
|
||||
"widget": {
|
||||
"component": "MetaCodeEditor",
|
||||
"props": {}
|
||||
"props": {
|
||||
"dataType": "JSFunction"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue