From e6a662e3d0a76d608950a9b623b219410fee4ff0 Mon Sep 17 00:00:00 2001 From: zhaocheng <578322713@qq.com> Date: Thu, 15 Jun 2023 14:02:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5=E6=A8=A1=E6=9D=BF=E6=A3=80?= =?UTF-8?q?=E6=B5=8B=E8=B0=83=E8=AF=952?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/Task.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/Task.php b/app/controller/Task.php index 19a1d1d..b57f608 100644 --- a/app/controller/Task.php +++ b/app/controller/Task.php @@ -639,7 +639,7 @@ class Task extends BaseController $highestColumn = $sheet->getHighestColumn(); // e.g 'F' $title = $sheet->rangeToArray("A1:{$highestColumn}1")[0]; - $tpl_title = ['税号', '初登日期', '车主', '证件号', '电话号码', '车架号', '车牌号', '发动机号', '车型', '新车购置价', + $tpl_title = ['税号', '初登日期', '车主姓名', '车主证件', '车主电话', '车架号', '车牌号', '发动机号', '车型', '新车购置价', '交强险到期时间', '商业险到期时间', '被保险人姓名', '被保险人证件', '被保险人电话', '联系人', '联系电话', '联系人', '联系电话', '自定义标签']; // $tpl_title = ['区域', '购车日期', '客户姓名', '证件号码', '联系方式', '车架号', '车牌号', '发动机号', '品牌型号', '新车购置价', '保险公司', '商业止保日期', '交强止保日期', '被保险人', '被保险人证件号'];