admin-vben/apps/web-ele/src/views/crm/customer
YunaiV eda6ffaf1e fix: 修复 web-ele 下 ApiSelect / ApiTreeSelect 误用 antd 的 fieldNames 写法导致下拉无内容
element-plus 适配器走 ApiComponent,识别的是 labelField / valueField / childrenField;
而 fieldNames 是 antd 风格写法,从 web-antd 复制过来未做适配,导致内部数据无法被映射成
{ label, value, children },下拉树/列表显示为空。

涉及:
- CRM 客户 / 联系人 / 线索 新增表单的「地址」树
- CRM 商机状态「应用部门」、产品「产品类型」树
- ERP 销售出库的 客户 / 销售人员 / 结算账户 / 产品 / 创建人 下拉
2026-05-02 18:53:11 +08:00
..
detail feat:【ele】【crm】customer 的部分(form、list、detail) 2025-11-19 08:38:55 +08:00
limitConfig fix: [ele] 树形控件展开和选择属性配置问题 2025-12-17 11:12:51 +08:00
modules feat:【ele】【crm】customer 的部分(import-form) 2025-11-19 08:47:17 +08:00
pool feat:【ele】【crm】customer 的迁移初始化 2025-11-19 08:12:39 +08:00
poolConfig feat:【ele】【crm】公海配置的迁移 2025-11-19 09:49:27 +08:00
data.ts fix: 修复 web-ele 下 ApiSelect / ApiTreeSelect 误用 antd 的 fieldNames 写法导致下拉无内容 2026-05-02 18:53:11 +08:00
index.vue feat:【ele】【crm】customer 的部分(form、list、detail) 2025-11-19 08:38:55 +08:00