12345678910111213141516171819202122232425262728293031 |
- <?php
- return [
- 'list' => [
- 'field' => [
- 'index' => [
- 'name' => '序号',
- ],
- 'account',
- 'code',
- 'record' => [
- 'type' => 'popover',
- 'title' => '查看',
- 'location' => 'left',
- 'show' => 'Dever::load("msg/manage")->showRecord("{id}")',
- ],
- 'status',
- 'cdate',
- ],
- 'button' => [
-
- ],
- 'data_button' => [
-
- ],
- 'search' => [
- 'account',
- 'code',
- 'status',
- ]
- ],
- ];
|