mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-11 04:22:54 +00:00
Merge pull request #79 from xinnix/patch-1
解决后端使用simple-json 和 simple-array列类型时前端无法创建eps的问题
This commit is contained in:
commit
bd44bc37ac
@ -12,7 +12,11 @@ export default {
|
||||
},
|
||||
{
|
||||
type: "string",
|
||||
test: ["varchar", "text"]
|
||||
test: ["varchar", "text","simple-json"]
|
||||
},
|
||||
{
|
||||
type: "string[]",
|
||||
test: ["simple-array"]
|
||||
},
|
||||
{
|
||||
type: "Date",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user