Commit cb826a1c authored by yating.lin's avatar yating.lin

修改传感器管理:增加告警主题(3)、通知主题(4)

parent beeb7f0c
Pipeline #688 passed with stage
in 0 seconds
...@@ -34,7 +34,9 @@ ...@@ -34,7 +34,9 @@
<tbody nz-tbody> <tbody nz-tbody>
<tr *ngFor="let one of nzTable.data, let i = index"> <tr *ngFor="let one of nzTable.data, let i = index">
<td nz-td class="canClick" (click)="toDetail(one)">{{one.topicName}}</td> <td nz-td class="canClick" (click)="toDetail(one)">{{one.topicName}}</td>
<td nz-td>{{one.topicType === 0 ? '推送主题' : one.topicType === 1 ? '订阅主题': '推送订阅主题'}}</td> <td nz-td>{{one.topicType === 0 ? '推送主题' : one.topicType === 1 ? '订阅主题' :
one.topicType === 2 ? '推送订阅主题' :
one.topicType === 3 ? '告警主题' : '通知主题' }}</td>
<td nz-td>{{one.dataType === 0 ? 'json' : 'bin'}}</td> <td nz-td>{{one.dataType === 0 ? 'json' : 'bin'}}</td>
<td nz-td>{{one.interval}}</td> <td nz-td>{{one.interval}}</td>
<td nz-td>{{one.dataInterval}}</td> <td nz-td>{{one.dataInterval}}</td>
......
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