Example #1
0
 function getColumns()
 {
     $ret = parent::getColumns();
     $ret['_cmd'] = array('label' => __('操作'), 'width' => 70, 'html' => 'payment/finder_command.html');
     //发送者
     $ret['msg_from']['default'] = '';
     return $ret;
 }
Example #2
0
 function getColumns()
 {
     $data = parent::getColumns();
     $data['is_sec']['label'] = __('作为留言');
     return $data;
 }