|
|
@@ -2,7 +2,7 @@
|
|
2
|
2
|
<div class="dashboard">
|
|
3
|
3
|
<div class="header">
|
|
4
|
4
|
<div class="title-section">
|
|
5
|
|
- <h1><i class="fas fa-shield-alt" style="color:#2c5282; margin-right: 8px;"></i>综合预警工作台</h1>
|
|
|
5
|
+ <h1><i class="fas fa-shield-alt" style="color:#2c5282; margin-right: 8px;"></i>红线指标预警</h1>
|
|
6
|
6
|
<p>员工综合评估(<75分红色预警 | ≥90分优秀)</p>
|
|
7
|
7
|
</div>
|
|
8
|
8
|
<div class="badge-group">
|
|
|
@@ -44,7 +44,7 @@
|
|
44
|
44
|
|
|
45
|
45
|
<div class="employee-section">
|
|
46
|
46
|
<div class="section-title">
|
|
47
|
|
- <i class="fas fa-users" style="color:#dc2626;"></i> 员工综合预警
|
|
|
47
|
+ <i class="fas fa-users" style="color:#dc2626;"></i> 红线指标预警
|
|
48
|
48
|
<span
|
|
49
|
49
|
style="font-size:0.7rem; background:#eef2ff; padding:4px 12px; border-radius:30px; margin-left:12px;">
|
|
50
|
50
|
评分依据:员工配分表
|
|
|
@@ -60,7 +60,7 @@
|
|
60
|
60
|
</template>
|
|
61
|
61
|
</el-table-column>
|
|
62
|
62
|
<el-table-column prop="deptName" label="所属部门" />
|
|
63
|
|
- <el-table-column prop="eventTime" label="事件时间" sortable width="180" />
|
|
|
63
|
+ <!-- <el-table-column prop="eventTime" label="事件时间" sortable width="180" /> -->
|
|
64
|
64
|
<el-table-column prop="dimensionName" label="维度名称" />
|
|
65
|
65
|
<el-table-column prop="level2Name" label="二级指标名称" />
|
|
66
|
66
|
<el-table-column prop="totalScore" label="扣分分值合计" sortable />
|