@ -205,6 +205,21 @@
< / nz-collapse >
< / div >
<!-- 处置预案 -->
<!-- 阀门 -->
< div class = "publicBox refueller" * ngIf = "beforeFence === 8" >
< div class = "interval" * ngFor = "let item of FacilityList" ( click ) = " selectFacility ( $ event , item ) " [ ngClass ] = " { ' selectFacility ' : selectFacilityId = == item . getID ( ) } " >
< p class = "title" > < input type = "text" class = "tableInput" [ disabled ] = " ! editMode " [ ( ngModel ) ] = " item . getPropertyData ( ) . name " ( click ) = " stopBubbling ( $ event ) " > < / p >
< div class = "table" >
< div class = "tableHeader" >
< p class = "overflowP" id = "title{{item.modelInfo.key}}" > 描述< / p >
< / div >
< div class = "tableContent" >
< p [ title ] = " item . getPropertyData ( ) . describe " class = "overflowP" id = "content{{item.modelInfo.key}}" > < textarea nz-input nzAutosize id = "num{{item.modelInfo.key}}" [ disabled ] = " ! editMode " [ ( ngModel ) ] = " item . getPropertyData ( ) . describe " ( click ) = " stopBubbling ( $ event ) " ( input ) = " textInput ( item ) " > < / textarea > < / p >
< / div >
< / div >
< / div >
< / div >
<!-- 阀门 -->
<!-- 弹窗 -->
< nz-modal nzClassName = "baseInfoDialog" [ ( nzVisible ) ] = " isShowBaseDialog " nzFooter = "null" ( nzOnCancel ) = " closeBaseInfoDialog ( ) " nzWidth = "70%" >
< app-oil-station-info * ngIf = "isShowBaseDialog" > < / app-oil-station-info >