From 5ac2e78a3338a75aae6058c714a949bbf6eba1f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Tue, 16 Dec 2025 11:47:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(crm):=20=E6=96=B0=E5=A2=9EJSON=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E8=BE=93=E5=85=A5=E7=BB=84=E4=BB=B6=E5=B9=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=AE=A2=E6=88=B7=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refactor(OrderDetail): 允许orderId为undefined并添加空值检查 feat(JSONTableInput): 新增支持JSON与表格双向绑定的通用组件 refactor(customer): 重构客户详情页面,优化表单交互和字段映射 style(KLPList): 简化列表组件样式并修复字段显示逻辑 --- klp-ui/src/components/KLPUI/KLPList/index.vue | 510 ++++++------------ .../views/crm/components/JSONTableInput.vue | 319 +++++++++++ .../src/views/crm/components/OrderDetail.vue | 9 +- klp-ui/src/views/crm/customer/index.vue | 228 ++++++-- 4 files changed, 666 insertions(+), 400 deletions(-) create mode 100644 klp-ui/src/views/crm/components/JSONTableInput.vue diff --git a/klp-ui/src/components/KLPUI/KLPList/index.vue b/klp-ui/src/components/KLPUI/KLPList/index.vue index f822090b..aa33866a 100644 --- a/klp-ui/src/components/KLPUI/KLPList/index.vue +++ b/klp-ui/src/components/KLPUI/KLPList/index.vue @@ -1,98 +1,64 @@