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 }} + + + + + 加载中… + 没有更多了 +