12
This commit is contained in:
@@ -140,7 +140,8 @@ class Customer extends HD_Controller
|
||||
$this->data['status_arr'] = $status_arr;
|
||||
$this->data['qdjl_lists'] = $qdjl_lists;
|
||||
$this->data['provinces'] = $this->province_ary();
|
||||
$this->data['export_button'] = SUPER_ADMIN == $this->role ? 1 : 0;
|
||||
//$this->data['export_button'] = SUPER_ADMIN == $this->role ? 1 : 0;
|
||||
$this->data['export_button'] = 1;
|
||||
$this->data['_title'] = '客户列表';
|
||||
return $this->show_view('receiver/customer/lists', true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user