|
@@ -70,14 +70,14 @@
|
|
<button class="btn small secondary">对比分析</button>
|
|
<button class="btn small secondary">对比分析</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="chart-container" id="trend-chart"></div>
|
|
|
|
|
|
+ <div #trendChart class="chart-container"></div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="card">
|
|
<div class="card">
|
|
<div class="card-header">
|
|
<div class="card-header">
|
|
<h2 class="card-title">异常事件统计</h2>
|
|
<h2 class="card-title">异常事件统计</h2>
|
|
</div>
|
|
</div>
|
|
- <div class="chart-container" id="event-chart"></div>
|
|
|
|
|
|
+ <div #eventChart class="chart-container"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -110,12 +110,13 @@
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|
|
<th *ngIf="showBatchActions"><input type="checkbox" (change)="toggleSelectAll($event)"></th>
|
|
<th *ngIf="showBatchActions"><input type="checkbox" (change)="toggleSelectAll($event)"></th>
|
|
|
|
+ <th>操作</th>
|
|
<th>时间</th>
|
|
<th>时间</th>
|
|
<th>事件类型</th>
|
|
<th>事件类型</th>
|
|
<th>设备</th>
|
|
<th>设备</th>
|
|
<th>振动值</th>
|
|
<th>振动值</th>
|
|
<th>持续时间</th>
|
|
<th>持续时间</th>
|
|
- <th>操作</th>
|
|
|
|
|
|
+ <th>详情</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|