excel.php 834 B

1234567891011
  1. <?php
  2. $config->user->export = new stdclass();
  3. $config->user->export->listFields = explode(',', "dept,role,gender,type");
  4. $config->user->export->templateFields = explode(',', "account,realname,dept,gender,type,role,join,email,phone,mobile,weixin,qq,address");
  5. $config->user->templateFields = 'account,realname,dept,gender,type,role,join,email,phone,mobile,weixin,qq,address';
  6. $config->user->listFields = 'dept,role,gender,type';
  7. $config->user->list->exportFields = 'id,account,realname,dept,gender,type,group,role,join,email,phone,mobile,weixin,qq,address';
  8. $config->user->list->importFields = 'id,account,realname,dept,vision,type,group,role,email,gender,password,join,phone,mobile,weixin,qq,address';
  9. $config->user->list->defaultFields = 'id,severity,pri,title,openedBy,assignedTo,resolvedBy,resolution';