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