From 810dd2036b7f39a2d23134c6851a0c8684352153 Mon Sep 17 00:00:00 2001 From: "zhonghua.li" Date: Tue, 21 Apr 2026 09:06:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=92=8C=E5=90=8E=E5=8F=B0=E8=81=94=E8=B0=83?= =?UTF-8?q?=E5=BA=A6=E6=89=BF=E8=AF=BA=E9=A1=B5=E9=9D=A2=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../over_commitment/over_commitment.vue | 404 ++++++++++++++++-- 1 file changed, 361 insertions(+), 43 deletions(-) diff --git a/pages-subpackage/ai_features/over_commitment/over_commitment.vue b/pages-subpackage/ai_features/over_commitment/over_commitment.vue index 9e70eb1..3f2e392 100644 --- a/pages-subpackage/ai_features/over_commitment/over_commitment.vue +++ b/pages-subpackage/ai_features/over_commitment/over_commitment.vue @@ -9,14 +9,19 @@ - + - {{ overCommitmentRate }}% + {{ overCommitmentRateDisplay }} 过度承诺率 - {{ totalIncidents }} + {{ listTotal }} 违规事件数 @@ -29,40 +34,249 @@ - - 违规记录 - - - {{ item.employee }} - {{ item.description }} + + + + + 搜索 - - {{ item.count }} 次 + + 刷新 + + + + 触及红线记录 + + + + 加载中… + {{ listError }} + 暂无记录 + + + + + {{ displaySalesName(item) }} + {{ formatDateTime(item.createTime || item.create_time) }} + + + 电话 + {{ displaySalesPhone(item) }} + + + 类型 + {{ item.redLineType || item.red_line_type }} + + + 子类型 + {{ item.redLineSubtype || item.red_line_subtype }} + + + 阈值 + {{ item.checkThreshold || item.check_threshold }} + + + 触发文本 + {{ item.reasonText || item.reason_text }} + + + 备注 + {{ item.remark }} + + + + + 加载中… + 没有更多了 +