|  |  |  | 
|---|
|  |  |  | <div class="title"> | 
|---|
|  |  |  | <div class="title_left"></div> | 
|---|
|  |  |  | <div class="text"> | 
|---|
|  |  |  | <span *ngFor="let item of items;let i = index"><span *ngIf="i > 0">与</span>{{item.monitorPointName}}</span> | 
|---|
|  |  |  | <span *ngFor="let item of items;let i = index"><span *ngIf="i > 0">与</span>{{item.monitorPointName}}{{item.professionName}}</span> | 
|---|
|  |  |  | <span>实时监测分析</span> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div class="title_right"></div> | 
|---|
|  |  |  | 
|---|
|  |  |  | <div class="{{i % 2 == 0 ? 'left' : 'right'}}"> | 
|---|
|  |  |  | <div class="text_t"> | 
|---|
|  |  |  | <div class="text_t_left"></div> | 
|---|
|  |  |  | <div class="text_t_bg">{{item.monitorPointName}}</div> | 
|---|
|  |  |  | <div class="text_t_bg">{{item.monitorPointName}}{{item.professionName}}</div> | 
|---|
|  |  |  | <div class="text_t_right"></div> | 
|---|
|  |  |  | <div class="clear_fix"></div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <p *ngIf="item.monitorPointId" class="text1">公司地址:{{item.monitorPointAddress}}</p> | 
|---|
|  |  |  | <p class="text1">拥有监测设备{{item.deviceCount}}台</p> | 
|---|
|  |  |  | <p class="text1">拥有监测设备{{item.deviceCount?item.deviceCount:0}}台</p> | 
|---|
|  |  |  | <div class="clear_fix"></div> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </div> | 
|---|