From 986065ab4b20d58f689a6de340b850ced7f3ddd5 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Wed, 25 Nov 2020 14:32:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=90=8D=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CompanyStatementPoolController.class.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Application/Admin/Controller/CompanyStatementPoolController.class.php b/Application/Admin/Controller/CompanyStatementPoolController.class.php index 9b707e6fe..993f19158 100644 --- a/Application/Admin/Controller/CompanyStatementPoolController.class.php +++ b/Application/Admin/Controller/CompanyStatementPoolController.class.php @@ -25,10 +25,10 @@ class CompanyStatementPoolController extends ThinkController ]; public $VerifyStatus=[ "-2"=>"拒绝打款", - "-1"=>"审批拒绝", - "0"=>"未审批", + "-1"=>"审核拒绝", + "0"=>"未审核", "1"=>"打款信息确认", - "2"=>"审批通过", + "2"=>"审核通过", "3"=>"打款中", "4"=>"打款成功", "5"=>"无需打款", @@ -1660,9 +1660,9 @@ class CompanyStatementPoolController extends ThinkController $mentBtn = [ "firstverifyAgree"=>"初审通过", "firstverifyRefuse"=>"初审拒绝", - "verifyAgree"=>"审批通过", + "verifyAgree"=>"审核通过", "verifyRefuse"=>"审核拒绝", - "verifyReturn"=>"审批撤回", + "verifyReturn"=>"审核撤回", "export"=>"导出" ]; $resarr = [];