Commit af6164a3 authored by van.chen's avatar van.chen

增加通道详情

parent de2e5635
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
<tr> <tr>
<th nz-th><span>{{'wayName' | translate}}</span></th> <th nz-th><span>{{'wayName' | translate}}</span></th>
<th nz-th><span>{{'wayAlias' | translate}}</span></th> <th nz-th><span>{{'wayAlias' | translate}}</span></th>
<th nz-th><span>{{'wayDescription' | translate}}</span></th>
<th nz-th><span>{{'per' | translate}}</span></th> <th nz-th><span>{{'per' | translate}}</span></th>
<th nz-th><span>{{'wayType' | translate}}</span></th> <th nz-th><span>{{'wayType' | translate}}</span></th>
<th nz-th><span>{{'max' | translate}}</span></th> <th nz-th><span>{{'max' | translate}}</span></th>
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
<tr *ngFor="let one of nzTable.data, let i = index"> <tr *ngFor="let one of nzTable.data, let i = index">
<td nz-td>{{one.name}}</td> <td nz-td>{{one.name}}</td>
<td nz-td>{{one.alias}}</td> <td nz-td>{{one.alias}}</td>
<td nz-td>{{one.description}}</td>
<td nz-td>{{one.unit}}</td> <td nz-td>{{one.unit}}</td>
<td nz-td>{{one.type}}</td> <td nz-td>{{one.type}}</td>
<td nz-td>{{one.rangeMax}}</td> <td nz-td>{{one.rangeMax}}</td>
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
<tr> <tr>
<th nz-th><span>{{'wayName' | translate}}</span></th> <th nz-th><span>{{'wayName' | translate}}</span></th>
<th nz-th><span>{{'wayAlias' | translate}}</span></th> <th nz-th><span>{{'wayAlias' | translate}}</span></th>
<th nz-th><span>{{'wayDescription' | translate}}</span></th>
<th nz-th><span>{{'per' | translate}}</span></th> <th nz-th><span>{{'per' | translate}}</span></th>
<th nz-th><span>{{'wayType' | translate}}</span></th> <th nz-th><span>{{'wayType' | translate}}</span></th>
<th nz-th><span>{{'max' | translate}}</span></th> <th nz-th><span>{{'max' | translate}}</span></th>
...@@ -29,6 +30,7 @@ ...@@ -29,6 +30,7 @@
<tr *ngFor="let one of nzTable.data, let i = index"> <tr *ngFor="let one of nzTable.data, let i = index">
<td nz-td>{{one.name}}</td> <td nz-td>{{one.name}}</td>
<td nz-td>{{one.alias}}</td> <td nz-td>{{one.alias}}</td>
<td nz-td>{{one.description}}</td>
<td nz-td>{{one.unit}}</td> <td nz-td>{{one.unit}}</td>
<td nz-td>{{one.type}}</td> <td nz-td>{{one.type}}</td>
<td nz-td>{{one.rangeMax}}</td> <td nz-td>{{one.rangeMax}}</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