Browse Source

详情丢失

非煤矿山灾害智能感知和预警系统
jingbowen 2 years ago
parent
commit
bb1f525c3c
  1. 3
      src/app/home/basic-info/unit-details/unit-details.component.html
  2. 8
      src/app/home/basic-info/unit-details/unit-details.component.ts

3
src/app/home/basic-info/unit-details/unit-details.component.html

@ -408,8 +408,7 @@
<td
style="border-bottom-color:#000000; border-bottom-style:solid; border-bottom-width:0.75pt; border-right-color:#000000; border-right-style:solid; border-right-width:1pt; vertical-align:middle; width:26.15pt">
<p style="line-height:12pt; margin:0pt; orphans:0; text-align:center; widows:0"><span
style="font-family:'Times New Roman'; font-size:9pt"><textarea [(ngModel)]="datas.facilities.supplyMode"
nz-input style="width: 100%" type="text"></textarea></span></p>
style="font-family:'Times New Roman'; font-size:9pt"><textarea [(ngModel)]="datas.facilities.supplyMode" nz-input style="width: 100%" type="text"></textarea></span></p>
</td>
</tr>
<tr style="height:21.45pt">

8
src/app/home/basic-info/unit-details/unit-details.component.ts

@ -650,10 +650,10 @@ export class UnitDetailsComponent implements OnInit {
style="font-family:宋体; font-size:9pt"></span></p>
</td>
<td
style="border-bottom-color:#000000; border-bottom-style:solid; border-bottom-width:0.75pt; border-right-color:#000000; border-right-style:solid; border-right-width:1pt; padding-left:5.4pt; padding-right:4.9pt; vertical-align:middle; width:26.15pt">
<p style="line-height:12pt; margin:0pt; orphans:0; text-align:center; widows:0"><span
style="font-family:'Times New Roman'; font-size:9pt"`+ this.datas.facilities.supplyMode + `</span></p>
</td>
style="border-bottom-color:#000000; border-bottom-style:solid; border-bottom-width:0.75pt; border-right-color:#000000; border-right-style:solid; border-right-width:1pt; vertical-align:middle; width:26.15pt">
<p style="line-height:12pt; margin:0pt; orphans:0; text-align:center; widows:0"><span
style="font-family:'Times New Roman'; font-size:9pt">`+this.datas.facilities.supplyMode+`</span></p>
</td>
</tr>
<tr style="height:21.45pt">
<td

Loading…
Cancel
Save