|
|
@@ -3,7 +3,7 @@
|
|
3
|
3
|
<div class="header">
|
|
4
|
4
|
<div class="title-section">
|
|
5
|
5
|
<h1><i class="fas fa-shield-alt" style="color:#2c5282; margin-right: 8px;"></i>红线指标预警</h1>
|
|
6
|
|
- <p>员工综合评估(<75分红色预警 | ≥90分优秀)</p>
|
|
|
6
|
+ <p>员工综合评估(平均每月>=3次触发预警)</p>
|
|
7
|
7
|
</div>
|
|
8
|
8
|
<div class="badge-group">
|
|
9
|
9
|
<div class="alert-badge"><i class="fas fa-exclamation-triangle"></i> 实时预警</div>
|
|
|
@@ -90,13 +90,13 @@
|
|
90
|
90
|
layout="total, sizes, prev, pager, next, jumper" @size-change="handleSizeChange"
|
|
91
|
91
|
@current-change="handlePageChange" style="margin-top: 16px; justify-content: flex-end;" />
|
|
92
|
92
|
</div>
|
|
93
|
|
- <div class="warning-summary">
|
|
|
93
|
+ <!-- <div class="warning-summary">
|
|
94
|
94
|
<div><i class="fas fa-circle" style="color:#ef4444;"></i> <strong>红色预警</strong> (综合评估 < 75分) 共计
|
|
95
|
95
|
{{ redAlertCount }} 人 → 立即约谈/培训</div>
|
|
96
|
96
|
<div><i class="fas fa-circle" style="color:#22c55e;"></i> <strong>优秀标杆</strong> (综合评估 ≥ 90分) 共计 {{
|
|
97
|
97
|
excellentCount }} 人 → 表彰激励</div>
|
|
98
|
98
|
<div><i class="fas fa-chart-simple"></i> 全员平均综合得分: <strong>{{ avgScore }}</strong> 分</div>
|
|
99
|
|
- </div>
|
|
|
99
|
+ </div> -->
|
|
100
|
100
|
</div>
|
|
101
|
101
|
</div>
|
|
102
|
102
|
|