Merge pull request #79 from xinnix/patch-1

解决后端使用simple-json 和 simple-array列类型时前端无法创建eps的问题
This commit is contained in:
icssoa 2023-02-20 17:49:40 +08:00 committed by GitHub
commit bd44bc37ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,11 @@ export default {
},
{
type: "string",
test: ["varchar", "text"]
test: ["varchar", "text","simple-json"]
},
{
type: "string[]",
test: ["simple-array"]
},
{
type: "Date",