Commit f1758442 authored by wangqinghua's avatar wangqinghua

update

parent f2c7316e
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
<th>阈值</th> <th>阈值</th>
<th>键值</th> <th>键值</th>
<th>间隔</th> <th>间隔</th>
<th>类型</th>
<th>状态</th> <th>状态</th>
<th>操作</th> <th>操作</th>
</tr> </tr>
...@@ -54,7 +53,6 @@ ...@@ -54,7 +53,6 @@
</td> </td>
<td>{{data.key_}}</td> <td>{{data.key_}}</td>
<td>{{data.delay}}</td> <td>{{data.delay}}</td>
<td>{{data.type}}</td>
<td> <td>
<span *ngIf="data.status == 0">启用</span> <span *ngIf="data.status == 0">启用</span>
<span *ngIf="data.status == 1">禁用</span> <span *ngIf="data.status == 1">禁用</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment