Commit ea852659 by 杨树贤

英文单一

parent 221fc14e
Showing with 2 additions and 1 deletions
...@@ -10,7 +10,7 @@ return [ ...@@ -10,7 +10,7 @@ return [
'fields' => [ 'fields' => [
'inquiry_id' => 'Id', 'inquiry_id' => 'Id',
'sales_name' => 'Sales Name', 'sales_name' => 'Sales Name',
'inquiry_sn' => 'Inquiry Sn', 'inquiry_sn' => 'Inquiry No',
'status' => 'Status', 'status' => 'Status',
'remark' => 'Remark', 'remark' => 'Remark',
'priority' => 'Priority', 'priority' => 'Priority',
...@@ -21,6 +21,7 @@ return [ ...@@ -21,6 +21,7 @@ return [
'email' => 'email', 'email' => 'email',
'user' => [ 'user' => [
'phone' => 'Phone', 'phone' => 'Phone',
'user_sn' => 'Customer No',
], ],
'sales_user' => [ 'sales_user' => [
'name' => 'Sales Name', 'name' => 'Sales Name',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment