|
|
|
@ -36,25 +36,25 @@
|
|
|
|
|
<span style="color: red;">*</span> |
|
|
|
|
队站名称: |
|
|
|
|
</span> |
|
|
|
|
<input [(ngModel)]="FireForceDetailInfo.stationName" type="text" style="width:88%;"> |
|
|
|
|
<input readonly [(ngModel)]="FireForceDetailInfo.stationName" type="text" style="width:88%;"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='2' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
联系电话: |
|
|
|
|
</span> |
|
|
|
|
<input [(ngModel)]="FireForceDetailInfo.phoneNumber" type="text"> |
|
|
|
|
<input readonly [(ngModel)]="FireForceDetailInfo.phoneNumber" type="text"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='2' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
传真: |
|
|
|
|
</span> |
|
|
|
|
<input [(ngModel)]="FireForceDetailInfo.faxNumber" type="text"> |
|
|
|
|
<input readonly [(ngModel)]="FireForceDetailInfo.faxNumber" type="text"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='2' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
辖区面积: |
|
|
|
|
</span> |
|
|
|
|
<input [(ngModel)]="FireForceDetailInfo.jurisdictionArea" type="text"> |
|
|
|
|
<input readonly [(ngModel)]="FireForceDetailInfo.jurisdictionArea" type="text"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='6' rowspan='2'> |
|
|
|
|
<span> |
|
|
|
@ -69,17 +69,17 @@
|
|
|
|
|
<span> |
|
|
|
|
地址: |
|
|
|
|
</span> |
|
|
|
|
<input [(ngModel)]="FireForceDetailInfo.address" type="text" style="width:76%;"> |
|
|
|
|
<input readonly [(ngModel)]="FireForceDetailInfo.address" type="text" style="width:76%;"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
经度: |
|
|
|
|
</span> |
|
|
|
|
<input [(ngModel)]="FireForceDetailInfo.location.x" disabled type="text" style="width: 26%;margin-right: 6%;"> |
|
|
|
|
<input readonly [(ngModel)]="FireForceDetailInfo.location.x" disabled type="text" style="width: 26%;margin-right: 6%;"> |
|
|
|
|
<span> |
|
|
|
|
纬度: |
|
|
|
|
</span> |
|
|
|
|
<input [(ngModel)]="FireForceDetailInfo.location.y" disabled type="text" style="width: 26%;margin-right: 6%;"> |
|
|
|
|
<input readonly [(ngModel)]="FireForceDetailInfo.location.y" disabled type="text" style="width: 26%;margin-right: 6%;"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
|
|
|
|
|
</mat-grid-list> |
|
|
|
@ -89,19 +89,19 @@
|
|
|
|
|
<span> |
|
|
|
|
现役官兵人数: |
|
|
|
|
</span> |
|
|
|
|
<input [(ngModel)]="ZongpersonCountData[0].PropertyValue" type="text"> |
|
|
|
|
<input readonly [(ngModel)]="ZongpersonCountData[0].PropertyValue" type="text"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='2' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
政府专职消防员数: |
|
|
|
|
</span> |
|
|
|
|
<input [(ngModel)]="ZongpersonCountData[1].PropertyValue" type="text"> |
|
|
|
|
<input readonly [(ngModel)]="ZongpersonCountData[1].PropertyValue" type="text"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='2' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
消防文员数: |
|
|
|
|
</span> |
|
|
|
|
<input [(ngModel)]="ZongpersonCountData[2].PropertyValue" type="text"> |
|
|
|
|
<input readonly [(ngModel)]="ZongpersonCountData[2].PropertyValue" type="text"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
</mat-grid-list> |
|
|
|
|
<p>联系方式</p> |
|
|
|
@ -110,25 +110,25 @@
|
|
|
|
|
<span> |
|
|
|
|
总队长名称: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="ZongcontactData[0].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="ZongcontactData[0].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
总队长联系方式: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="ZongcontactData[1].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="ZongcontactData[1].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
总队政委姓名: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="ZongcontactData[2].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="ZongcontactData[2].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
总队政委联系方式: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="ZongcontactData[3].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="ZongcontactData[3].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
</mat-grid-list> |
|
|
|
|
<mat-grid-list cols="6" rowHeight="40px" *ngIf="selectedFireForceLevel == 1"> |
|
|
|
@ -136,25 +136,25 @@
|
|
|
|
|
<span> |
|
|
|
|
支队长姓名: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="ZhicontactData[0].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="ZhicontactData[0].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
支队长联系方式: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="ZhicontactData[1].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="ZhicontactData[1].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
支队政委姓名: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="ZhicontactData[2].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="ZhicontactData[2].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
支队政委联系方式: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="ZhicontactData[3].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="ZhicontactData[3].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
</mat-grid-list> |
|
|
|
|
</div> |
|
|
|
@ -167,19 +167,19 @@
|
|
|
|
|
<span style="color: red;">*</span> |
|
|
|
|
队站名称: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" style="width:81%;" [(ngModel)]="FireForceDetailInfo.stationName"> |
|
|
|
|
<input readonly type="text" style="width:81%;" [(ngModel)]="FireForceDetailInfo.stationName"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
值班电话: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="FireForceDetailInfo.phoneNumber"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="FireForceDetailInfo.phoneNumber"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
辖区面积: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="FireForceDetailInfo.jurisdictionArea"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="FireForceDetailInfo.jurisdictionArea"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='6' rowspan='2'> |
|
|
|
|
<span> |
|
|
|
@ -194,17 +194,17 @@
|
|
|
|
|
<span> |
|
|
|
|
地址: |
|
|
|
|
</span> |
|
|
|
|
<input [(ngModel)]="FireForceDetailInfo.address" type="text" style="width:76%;"> |
|
|
|
|
<input readonly [(ngModel)]="FireForceDetailInfo.address" type="text" style="width:76%;"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
经度: |
|
|
|
|
</span> |
|
|
|
|
<input [(ngModel)]="FireForceDetailInfo.location.x" disabled type="text" style="width: 26%;margin-right: 6%;"> |
|
|
|
|
<input readonly [(ngModel)]="FireForceDetailInfo.location.x" disabled type="text" style="width: 26%;margin-right: 6%;"> |
|
|
|
|
<span> |
|
|
|
|
纬度: |
|
|
|
|
</span> |
|
|
|
|
<input [(ngModel)]="FireForceDetailInfo.location.y" disabled type="text" style="width: 26%;margin-right: 6%;"> |
|
|
|
|
<input readonly [(ngModel)]="FireForceDetailInfo.location.y" disabled type="text" style="width: 26%;margin-right: 6%;"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
|
|
|
|
|
</mat-grid-list> |
|
|
|
@ -214,19 +214,19 @@
|
|
|
|
|
<span> |
|
|
|
|
现役人数: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="DaZhongpersonCountData[0].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="DaZhongpersonCountData[0].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='2' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
政府专职消防员数: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="DaZhongpersonCountData[1].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="DaZhongpersonCountData[1].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='2' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
每日执勤人数: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="DaZhongpersonCountData[2].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="DaZhongpersonCountData[2].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
</mat-grid-list> |
|
|
|
|
<p>联系方式</p> |
|
|
|
@ -235,73 +235,73 @@
|
|
|
|
|
<span> |
|
|
|
|
站长姓名: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="DaZhongcontactData[0].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="DaZhongcontactData[0].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
站长联系方式: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="DaZhongcontactData[1].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="DaZhongcontactData[1].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
指导员姓名: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="DaZhongcontactData[2].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="DaZhongcontactData[2].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
指导员联系方式: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="DaZhongcontactData[3].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="DaZhongcontactData[3].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
副指导员姓名: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="DaZhongcontactData[4].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="DaZhongcontactData[4].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
副指导员联系方式: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="DaZhongcontactData[5].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="DaZhongcontactData[5].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
副站长一姓名: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="DaZhongcontactData[6].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="DaZhongcontactData[6].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
副站长一联系方式: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="DaZhongcontactData[7].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="DaZhongcontactData[7].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
副站长二姓名: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="DaZhongcontactData[8].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="DaZhongcontactData[8].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
副站长二联系方式: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="DaZhongcontactData[9].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="DaZhongcontactData[9].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
副站长三姓名: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="DaZhongcontactData[10].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="DaZhongcontactData[10].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
副站长三联系方式: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="DaZhongcontactData[11].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="DaZhongcontactData[11].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
</mat-grid-list> |
|
|
|
|
</div> |
|
|
|
@ -326,33 +326,33 @@
|
|
|
|
|
<span style="color: red;">*</span> |
|
|
|
|
队伍名称: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="FireForceDetailInfo.stationName"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="FireForceDetailInfo.stationName"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
管辖单位: |
|
|
|
|
</span> |
|
|
|
|
<!-- <input disabled [(ngModel)]="superior.name" class="smallwidth" type="text" placeholder="名称"> |
|
|
|
|
<input disabled [(ngModel)]="superior.code" class="smallwidth" type="text" placeholder="编号"> --> |
|
|
|
|
<!-- <input readonly disabled [(ngModel)]="superior.name" class="smallwidth" type="text" placeholder="名称"> |
|
|
|
|
<input readonly disabled [(ngModel)]="superior.code" class="smallwidth" type="text" placeholder="编号"> --> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
队长: |
|
|
|
|
</span> |
|
|
|
|
<input [(ngModel)]="othercontactData[0].PropertyValue" class="smallwidth" type="text" placeholder="姓名"> |
|
|
|
|
<input [(ngModel)]="othercontactData[1].PropertyValue" class="smallwidth" type="text" placeholder="联系方式"> |
|
|
|
|
<input readonly [(ngModel)]="othercontactData[0].PropertyValue" class="smallwidth" type="text" placeholder="姓名"> |
|
|
|
|
<input readonly [(ngModel)]="othercontactData[1].PropertyValue" class="smallwidth" type="text" placeholder="联系方式"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
值班电话: |
|
|
|
|
</span> |
|
|
|
|
<input [(ngModel)]="FireForceDetailInfo.phoneNumber" type="text"> |
|
|
|
|
<input readonly [(ngModel)]="FireForceDetailInfo.phoneNumber" type="text"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
传真: |
|
|
|
|
</span> |
|
|
|
|
<input [(ngModel)]="FireForceDetailInfo.faxNumber" type="text"> |
|
|
|
|
<input readonly [(ngModel)]="FireForceDetailInfo.faxNumber" type="text"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='6' rowspan='2'> |
|
|
|
|
<span> |
|
|
|
@ -367,17 +367,17 @@
|
|
|
|
|
<span> |
|
|
|
|
地址: |
|
|
|
|
</span> |
|
|
|
|
<input [(ngModel)]="FireForceDetailInfo.address" type="text" style="width:76%;"> |
|
|
|
|
<input readonly [(ngModel)]="FireForceDetailInfo.address" type="text" style="width:76%;"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
经度: |
|
|
|
|
</span> |
|
|
|
|
<input [(ngModel)]="FireForceDetailInfo.location.x" disabled type="text" style="width: 26%;margin-right: 6%;"> |
|
|
|
|
<input readonly [(ngModel)]="FireForceDetailInfo.location.x" disabled type="text" style="width: 26%;margin-right: 6%;"> |
|
|
|
|
<span> |
|
|
|
|
纬度: |
|
|
|
|
</span> |
|
|
|
|
<input [(ngModel)]="FireForceDetailInfo.location.y" disabled type="text" style="width: 26%;margin-right: 6%;"> |
|
|
|
|
<input readonly [(ngModel)]="FireForceDetailInfo.location.y" disabled type="text" style="width: 26%;margin-right: 6%;"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
|
|
|
|
|
</mat-grid-list> |
|
|
|
@ -388,20 +388,20 @@
|
|
|
|
|
<span> |
|
|
|
|
每日执勤人数: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="otherpersonCountData[0].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="otherpersonCountData[0].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
消防队员总人数: |
|
|
|
|
</span> |
|
|
|
|
<input type="text" [(ngModel)]="otherpersonCountData[1].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="otherpersonCountData[1].PropertyValue"> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|
<mat-grid-tile colspan='3' rowspan='1'> |
|
|
|
|
<span> |
|
|
|
|
执勤车辆数: |
|
|
|
|
</span> |
|
|
|
|
<div class="unitDiv"> |
|
|
|
|
<input type="text" [(ngModel)]="otherpersonCountData[2].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="otherpersonCountData[2].PropertyValue"> |
|
|
|
|
<span class="unit">辆</span> |
|
|
|
|
</div> |
|
|
|
|
</mat-grid-tile> |
|
|
|
@ -410,7 +410,7 @@
|
|
|
|
|
灭火剂总量: |
|
|
|
|
</span> |
|
|
|
|
<div class="unitDiv"> |
|
|
|
|
<input type="text" [(ngModel)]="otherpersonCountData[3].PropertyValue"> |
|
|
|
|
<input readonly type="text" [(ngModel)]="otherpersonCountData[3].PropertyValue"> |
|
|
|
|
<span class="unit">个</span> |
|
|
|
|
</div> |
|
|
|
|
</mat-grid-tile> |
|
|
|
|