refactor: 修改代理商申请记录导出表头字段顺序
This commit is contained in:
@@ -78,6 +78,7 @@ class Agent
|
|||||||
{
|
{
|
||||||
$schema = [
|
$schema = [
|
||||||
'id' => 'ID',
|
'id' => 'ID',
|
||||||
|
'created_at' => '提交时间',
|
||||||
'ip' => 'IP',
|
'ip' => 'IP',
|
||||||
'corp_name' => '公司名称',
|
'corp_name' => '公司名称',
|
||||||
'email' => '邮箱',
|
'email' => '邮箱',
|
||||||
@@ -85,8 +86,7 @@ class Agent
|
|||||||
'business_type_name' => '业务类型',
|
'business_type_name' => '业务类型',
|
||||||
'enterprise_size_name' => '企业规模',
|
'enterprise_size_name' => '企业规模',
|
||||||
'address' => '地址',
|
'address' => '地址',
|
||||||
'message' => '留言内容',
|
'message' => '留言内容'
|
||||||
'created_at' => '提交时间'
|
|
||||||
];
|
];
|
||||||
|
|
||||||
// 获取要导出的代理商数据
|
// 获取要导出的代理商数据
|
||||||
|
|||||||
Reference in New Issue
Block a user