123456789101112131415161718192021222324252627 |
- <?php
- return [
- 'list' => [
- 'field' => [
- 'id',
- 'account',
- 'content',
- 'record' => [
- 'type' => 'popover',
- 'title' => '查看',
- 'location' => 'right',
- 'show' => '{record}',
- ],
- 'cdate',
- ],
- 'button' => [
-
- ],
- 'data_button' => [
-
- ],
- 'search' => [
- 'account',
- 'content',
- ]
- ],
- ];
|