We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8c842 commit ae3a97bCopy full SHA for ae3a97b
README.md
@@ -30,6 +30,7 @@ $header = [
30
return $model['sex'] == 1 ? '男' : '女';
31
}],
32
['创建时间', 'created_at', 'date', 'Y-m-d'],
33
+ ['图片', 'image', 'text'],// 本地图片 ./images/765456898612.jpg
34
];
35
36
$list = [
0 commit comments