From 67d6897ea41bfc225b4402d0577ab3ed35ebc6c8 Mon Sep 17 00:00:00 2001 From: yaooo <272523191@qq.com> Date: Sat, 23 Dec 2023 14:58:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/adminapi/lists/custom_service/CustomServiceLists.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/adminapi/lists/custom_service/CustomServiceLists.php b/app/adminapi/lists/custom_service/CustomServiceLists.php index 93a38eb6a..448f3670e 100644 --- a/app/adminapi/lists/custom_service/CustomServiceLists.php +++ b/app/adminapi/lists/custom_service/CustomServiceLists.php @@ -64,6 +64,9 @@ class CustomServiceLists extends BaseAdminDataLists implements ListsSearchInterf ->order(['cs.id' => 'desc']) ->select()->each(function($item, $key){ //关联数据后续添加 + $item['approve_no'] = '付款单号'; + $item['approve_step'] = '流程步骤'; + $item['approve_settle_status'] = 1; return $item; }) ->toArray();