From 03f6cb92750d2a1f0135dee3a71fafbdc3ea61aa Mon Sep 17 00:00:00 2001 From: lin fan Date: Fri, 8 Nov 2024 09:31:44 +0800 Subject: [PATCH] 12 --- admin/controllers/receiver/Customer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); }