123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?php
- return [
- [
- 'key' =>'model_type',
- 'value' =>'* 客户模板',
- ],
- [
- 'key' =>'title',
- 'value' =>'* 客户名称',
- ],
- [
- 'key' =>'customer_intention',
- 'value' => '客户意向度',
- ],
- [
- 'key' =>'customer_from',
- 'value' => '客户来源',
- ],
- [
- 'key' =>'customer_type',
- 'value' => '客户类别',
- ],
- [
- 'key' =>'consulting_product_new',
- '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' =>'协同人',
- // ],
- [
- 'key' =>'fp',
- 'value' => '分配门店',
- ],
- ];
|