| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 | 
							- <?php
 
- return [
 
-     [
 
-         'key' =>'model_type',
 
-         'value' =>'* 客户模板',
 
-     ],
 
-     [
 
-         'key' =>'title',
 
-         'value' =>'* 客户名称',
 
-     ],
 
-     [
 
-         'key' =>'customer_intention',
 
-         'value' => '客户意向度',
 
-     ],
 
-     [
 
-         'key' =>'customer_from',
 
-         'value' => '客户来源',
 
-     ],
 
-     [
 
-         'key' =>'customer_type',
 
-         'value' => '客户类别',
 
-     ],
 
-     [
 
-         'key' =>'consulting_product',
 
-         'value' =>'咨询产品',
 
-     ],
 
-     [
 
-         'key' =>'intention_product',
 
-         'value' =>'意向产品',
 
-     ],
 
-     [
 
-         'key' =>'progress_stage',
 
-         'value' =>'进展阶段',
 
-     ],
 
-     [
 
-         'key' =>'state_type',
 
-         'value' =>'状态',
 
-     ],
 
-     [
 
-         'key' =>'car_type',
 
-         'value' =>'车型',
 
-     ],
 
-     [
 
-         'key' =>'mark',
 
-         'value' =>'备注',
 
-     ],
 
-     [
 
-         'key' =>'address',
 
-         'value' =>'客户详细地址',
 
-     ],
 
-     [
 
-         'key' =>'contact_type',
 
-         'value' =>'联系方式类型',
 
-     ],
 
-     [
 
-         'key' =>'contact_content',
 
-         'value' =>'联系方式内容',
 
-     ],
 
-     [
 
-         'key' =>'man_fz_number',
 
-         'value' =>'负责人工号',
 
-     ],
 
-     [
 
-         'key' =>'enter_time',
 
-         'value' => '创建时间',
 
-     ],
 
- //    [
 
- //        'key' =>'man_xt',
 
- //        'value' =>'协同人',
 
- //    ],
 
- ];
 
 
  |