This commit is contained in:
lin fan
2024-11-08 09:31:44 +08:00
parent db34c86686
commit 03f6cb9275
+2 -1
View File
@@ -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);
}