| | |
| | | <div class="modal-header"> |
| | | <div class="modal-header"> |
| | | <div class="modal-title">配置传感器</div> |
| | | </div> |
| | | <nz-table #nzTable [nzDataSource]="grid.data" [nzPageSize]="8" |
| | |
| | | </thead> |
| | | <tbody nz-tbody> |
| | | <tr nz-tbody-tr *ngFor="let row of nzTable.data,index as i"> |
| | | <td nz-td [ngClass]="{'bg-grey-1':true}" style="text-align:center"> |
| | | <td nz-td [ngClass]="{'bg-grey-1':true}" style="text-align:center;"> |
| | | {{ i }} |
| | | </td> |
| | | <td nz-td *ngFor="let col of grid.columns" [ngStyle]="{'width':col.width,'text-align':col['align'] === undefined?'left':col.align}"> |
| | |
| | | 保存<span *ngIf="isSaving" >中</span> |
| | | </span> |
| | | </button> |
| | | </div> |
| | | </div> |