fix(material): elTable formatter should be function type (#355)

This commit is contained in:
chilingling 2024-03-30 16:31:23 +08:00 committed by GitHub
parent e9a67b9de0
commit 8c09632e9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -1805,7 +1805,9 @@
},
"widget": {
"component": "MetaCodeEditor",
"props": {}
"props": {
"dataType": "JSFunction"
}
}
},
{