diff --git a/Application/Admin/Controller/CompanyStatementLackController.class.php b/Application/Admin/Controller/CompanyStatementLackController.class.php index 2924c9b2e..bc0e1a96e 100644 --- a/Application/Admin/Controller/CompanyStatementLackController.class.php +++ b/Application/Admin/Controller/CompanyStatementLackController.class.php @@ -426,8 +426,8 @@ class CompanyStatementLackController extends ThinkController { $mentBtn = [ "pool"=>"发起汇总", - "export"=>"批量导出", - "export_all"=>"导出所有" + "export"=>"导出所选记录", + "export_all"=>"导出当前记录" ]; $resarr = []; foreach ($mentBtn as $k => $v) { diff --git a/Application/Admin/Controller/CompanyStatementOfflineController.class.php b/Application/Admin/Controller/CompanyStatementOfflineController.class.php index 96cc877ed..940c312c6 100644 --- a/Application/Admin/Controller/CompanyStatementOfflineController.class.php +++ b/Application/Admin/Controller/CompanyStatementOfflineController.class.php @@ -367,8 +367,8 @@ class CompanyStatementOfflineController extends ThinkController "setPayment"=>"打款信息确认", "returnSetPayment"=>"打款信息确认撤回", "doPayment"=>"打款确认", - "export"=>"批量导出", - "export_all"=>"导出所有", + "export"=>"导出所选记录", + "export_all"=>"导出当前记录", ]; $resarr = []; foreach ($mentBtn as $k => $v) { diff --git a/Application/Payment/View/ExcelPayment/lists.html b/Application/Payment/View/ExcelPayment/lists.html index f639eb3e3..642808597 100644 --- a/Application/Payment/View/ExcelPayment/lists.html +++ b/Application/Payment/View/ExcelPayment/lists.html @@ -187,8 +187,8 @@ 打款 Excel导入 - 批量导出 - 导出所有 + 导出所选记录 + 导出当前记录 diff --git a/Application/Payment/View/Payment/lists.html b/Application/Payment/View/Payment/lists.html index d046e6225..62da1af38 100644 --- a/Application/Payment/View/Payment/lists.html +++ b/Application/Payment/View/Payment/lists.html @@ -219,8 +219,8 @@ 打款信息确认 打款信息确认撤回 - 批量导出 - 导出所有 + 导出所选记录 + 导出当前记录