diff --git a/admin/controllers/receiver/Customer.php b/admin/controllers/receiver/Customer.php index 460ac347..c0d8b910 100644 --- a/admin/controllers/receiver/Customer.php +++ b/admin/controllers/receiver/Customer.php @@ -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); }