<?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',
        )
    ),
);