123456789101112131415161718192021222324252627 |
- <?php
- return [
- 'list' => [
- 'field' => [
- 'file',
-
- 'source_name',
- 'cate_id',
- 'save_id',
- 'rule_id',
- 'size',
- 'width',
- 'height',
- 'status',
- 'cdate',
- ],
- 'button' => [],
- 'data_button' => [],
- 'search' => [
- 'cate_id',
-
- 'file',
- 'source_name',
- 'status',
- ],
- ],
- ];
|