12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?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' =>'man_xt',
- // 'value' =>'协同人',
- // ],
- ];
|