Skip to content

Commit ae3a97b

Browse files
committed
数据示例
1 parent af8c842 commit ae3a97b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ $header = [
3030
return $model['sex'] == 1 ? '男' : '女';
3131
}],
3232
['创建时间', 'created_at', 'date', 'Y-m-d'],
33+
['图片', 'image', 'text'],// 本地图片 ./images/765456898612.jpg
3334
];
3435
3536
$list = [

0 commit comments

Comments
 (0)