mirror of https://gitee.com/karson/fastadmin.git
fix 头像字段不显示为图片类型
parent
fdd68b5b7a
commit
dd1a66fcc8
|
|
@ -75,6 +75,7 @@ class Crud extends Command
|
|||
'url' => 'url',
|
||||
'image' => 'image',
|
||||
'images' => 'images',
|
||||
'avatar' => 'image',
|
||||
'switch' => 'toggle',
|
||||
'time' => ['type' => ['int', 'timestamp'], 'name' => 'datetime']
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue