feat: 自动化增加起止时间 + 本轮每次测试明细表
- 显示自动化开始/结束时间 - 测试信息区新增本轮测试明细表(序号、状态、关键字段) - 方便对照平均值是否计算正确
This commit is contained in:
@@ -36,6 +36,9 @@
|
||||
<span>失败:<strong id="stat-failed">0</strong></span>
|
||||
<span>剩余:<strong id="stat-remaining">0</strong></span>
|
||||
</div>
|
||||
<div class="auto-time" id="auto-time" style="display:none;margin-top:8px;font-size:12px;color:#888;">
|
||||
开始:<span id="time-start">-</span> 结束:<span id="time-end">-</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -56,6 +59,19 @@
|
||||
<tr><td>平均进入速度</td><td id="avg-enter-speed">-</td><td>m/s</td></tr>
|
||||
<tr><td>平均离开速度</td><td id="avg-exit-speed">-</td><td>m/s</td></tr>
|
||||
</table>
|
||||
|
||||
<h3 style="margin-top:20px;">本轮测试明细</h3>
|
||||
<div id="records-container" style="max-height:400px;overflow-y:auto;">
|
||||
<table id="records-table" style="font-size:11px;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>#</th><th>串口状态</th><th>峰峰值(V)</th><th>开始频率</th><th>进入距离</th><th>离开距离</th><th>速度(m/s)</th><th>时间</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
</table>
|
||||
<p id="records-empty" class="placeholder">暂无记录</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user