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