update: 优化健康排查详情页 — 增加员工编号筛选、去掉未签到原因列、更新列名

This commit is contained in:
2026-05-26 17:44:12 +08:00
parent 1ee7a907ba
commit fd0059ad68
@@ -133,6 +133,10 @@ tbody tr:hover{background:#F8FBFF;}
<label>员工姓名</label>
<input class="filter-input" type="text" placeholder="请输入员工姓名">
</div>
<div class="filter-item">
<label>员工编号</label>
<input class="filter-input" type="text" placeholder="请输入员工编号">
</div>
<button class="btn btn-primary">查询</button>
<button class="btn btn-default">重置</button>
</div>
@@ -154,7 +158,7 @@ tbody tr:hover{background:#F8FBFF;}
<th>部门名称</th>
<th>积分</th>
<th>连续签到天数</th>
<th>签到日期</th>
<th>最新签到时间</th>
</tr>
</thead>
<tbody>
@@ -205,6 +209,10 @@ tbody tr:hover{background:#F8FBFF;}
<label>员工姓名</label>
<input class="filter-input" type="text" placeholder="请输入员工姓名">
</div>
<div class="filter-item">
<label>员工编号</label>
<input class="filter-input" type="text" placeholder="请输入员工编号">
</div>
<button class="btn btn-primary">查询</button>
<button class="btn btn-default">重置</button>
</div>
@@ -224,7 +232,6 @@ tbody tr:hover{background:#F8FBFF;}
<th>员工姓名</th>
<th>员工编号</th>
<th>部门名称</th>
<th>原因</th>
</tr>
</thead>
<tbody>
@@ -233,14 +240,12 @@ tbody tr:hover{background:#F8FBFF;}
<td>马超</td>
<td>EMP004</td>
<td>研发部</td>
<td>休假</td>
</tr>
<tr>
<td>2</td>
<td>赵敏</td>
<td>EMP005</td>
<td>财务部</td>
<td>出差</td>
</tr>
</tbody>
</table>