@ -7,83 +7,98 @@
* @LastEditTime: 2021-06-09 16:29:26
* @LastEditTime: 2021-06-09 16:29:26
-->
-->
< div class = "box" >
< div class = "box" >
< div class = "boxleft" >
< div class = "boxleft" >
< div class = "lefthead" >
< div class = "lefthead" >
< div class = "leftheadone" >
< div class = "leftheadone" >
< span > 预案列表< / span >
< span > 预案列表< / span >
< / div >
< / div >
< div class = "leftheadtwo" ( click ) = ' addKeyunit ( ) ' >
< div class = "leftheadtwo" ( click ) = ' addKeyunit ( ) ' >
< img src = "../../../assets/images/add.png" >
< img src = "../../../assets/images/add.png" >
< span > 新增< / span >
< span > 新增< / span >
< / div >
< / div >
< / div >
< div class = "leftbox" >
< div class = "leftbody"
[ngClass]="{'selectedTr':item.buildingTypeId==buildingTypeId& & item.planCategory==planCategory}"
*ngFor="let item of newleftTabledata;let i=index" (click)='planClick(item)'>
< div class = "bodyname" >
< span > {{item.unitname}}< / span >
< / div >
< / div >
< div class = "leftbox" >
< div class = "bodycz" >
< div class = "leftbody" [ ngClass ] = " { ' selectedTr ' :item . buildingTypeId = =buildingTypeId&&item.planCategory==planCategory}" * ngFor = "let item of newleftTabledata;let i=index" ( click ) = ' planClick ( item ) ' >
< span > {{item.planCategory==3?'Ⅲ级':item.planCategory==4?'Ⅳ级':'Ⅴ级'}}< / span >
< div class = "bodyname" >
< span style = "margin-left: 5px;" ( click ) = ' upPlan ( item , i , " copy " ) ' > 复制< / span >
< span > {{item.unitname}}< / span >
< img
< / div >
[src]="item.buildingTypeId == buildingTypeId& & item.planCategory==planCategory? '../../../assets/images/update.png':'../../../assets/images/updatehui.png'"
< div class = "bodycz" >
(click)='upPlan(item,i,"edit")'>
< span > {{item.planCategory==3?'Ⅲ级':item.planCategory==4?'Ⅳ级':'Ⅴ级'}}< / span >
< img
< span style = "margin-left: 5px;" ( click ) = ' upPlan ( item , i , " copy " ) ' > 复制< / span >
[src]="item.buildingTypeId == buildingTypeId& & item.planCategory==planCategory? '../../../assets/images/deleteblue.png':'../../../assets/images/deletehui.png'"
< img [ src ] = " item . buildingTypeId = = buildingTypeId & & item . planCategory = =planCategory? ' . . / . . / . . / assets / images / update . png ' : ' . . / . . / . . / assets / images / updatehui . png ' " ( click ) = ' upPlan ( item , i , " edit " ) ' >
(click)='deletePlan(item.id,i)'>
< img [ src ] = " item . buildingTypeId = = buildingTypeId & & item . planCategory = =planCategory? ' . . / . . / . . / assets / images / deleteblue . png ' : ' . . / . . / . . / assets / images / deletehui . png ' " ( click ) = ' deletePlan ( item . id , i ) ' >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "boxright" >
< / div >
< div class = "righthead" >
< div class = "boxright" >
< div class = "rightheadone" >
< div class = "righthead" >
< span > {{unitName}}< / span >
< div class = "rightheadone" >
< / div >
< span > {{unitName}}< / span >
< div class = "rightheadtwo" >
< / div >
< button mat-raised-button color = "primary" ( click ) = ' addGroupClick ( ) ' style = "margin-left: 60%;" > 新增分组< / button >
< div class = "rightheadtwo" >
< button mat-raised-button color = "primary" style = "margin-left: 10px;" ( click ) = ' save ( ) ' > 保存< / button >
< button mat-raised-button color = "primary" style = "margin-left: 10px;" ( click ) = ' save ( ) ' > 保存< / button >
< / div >
< button mat-raised-button color = "primary" ( click ) = ' addGroupClick ( ) ' > 新增分组< / button >
< / div >
< / div >
< div class = "rightbody" >
< / div >
< mat-accordion * ngFor = "let item of group;let zi=index;TrackBy:trackByFn" multi >
< div class = "rightbody" >
<!-- 基本信息 -->
< mat-accordion * ngFor = "let item of group;let zi=index;TrackBy:trackByFn" multi >
< mat-expansion-panel expanded ( opened ) = ' groupPanle = true' * ngIf = "item.completed" style = "box-shadow: 0 0 black;border: 1px solid #EEF1F5;" [ disabled ] = ' groupPanle = =true' >
<!-- 基本信息 -->
< mat-expansion-panel-header collapsedHeight = '40px' expandedHeight = '40px' class = "panelhead" >
< mat-expansion-panel expanded ( opened ) = ' groupPanle = true' * ngIf = "item.completed"
< mat-panel-title class = "paneltitle" >
style="box-shadow: 0 0 black;border: 1px solid #EEF1F5;" [disabled]='groupPanle==true'>
< div class = "groupName" >
< mat-expansion-panel-header collapsedHeight = '40px' expandedHeight = '40px' class = "panelhead" >
< span > {{item.groupName}}< / span >
< mat-panel-title class = "paneltitle" >
< / div >
< div class = "groupName" >
< span > {{item.groupName}}< / span >
< div class = "addinfo" ( click ) = ' addAttribute ( item . groupName ) ' >
< / div >
< img src = "../../../assets/images/update.png" style = "height: 15px;margin-top: 4px;" >
< span style = "margin-left: 2px;" > 编辑< / span >
< div class = "addinfo" ( click ) = ' addAttribute ( item . groupName ) ' >
< img src = "../../../assets/images/update.png" style = "height: 15px;margin-top: 4px;" >
< span style = "margin-left: 2px;" > 编辑< / span >
< / div >
< div class = "delinfo" ( click ) = ' deleteGroup ( item . groupName ) ' >
< img src = "../../../assets/images/deleteblue.png"
style="margin-left: 20px;height: 15px;margin-top: 4px;">
< span style = "margin-left: 2px;" > 删除< / span >
< / div >
< / mat-panel-title >
< / mat-expansion-panel-header >
<!-- 单位概况 -->
< div class = "accordingin" * ngIf = "item.groupName=='单位概况'" >
< mat-accordion * ngFor = "let element of item.attribute" >
< mat-expansion-panel expanded * ngIf = "element.completed" expanded
style="box-shadow: 0 0 black;border: 1px solid #EEF1F5;height: 100%;" [disabled]='groupPanle==true'>
< mat-expansion-panel-header collapsedHeight = '50px' expandedHeight = '50px' class = "panelhead"
style="background-color: #FFFFFF;">
< mat-panel-title style = "font-size: 16px;color:#000000;" class = "paneltitle" >
< div class = "dwgk" * ngIf = "item.groupName=='单位概况'" >
< div class = "attname" * ngIf = "item.groupName=='单位概况'" >
< span > {{element.surveyName}}< / span >
< / div >
< / div >
< div class = "delinfo" ( click ) = ' deleteGroup ( item . groupName ) ' >
< div class = "caozuo" >
< img src = "../../../assets/images/deleteblue.png" style = "margin-left: 20px;height: 15px;margin-top: 4px;" >
< button mat-raised-button color = "#ECF6FF"
< span style = "margin-left: 2px;" > 删除< / span >
(click)='delAttribute(item.groupName,element.surveyName)'>< img
src="../../../assets/images/deletehui.png"> 删除< / button >
< button mat-raised-button color = "primary" style = "margin-right: 10px;"
(click)='addAttInfo(element.surveyName)'
*ngIf="item.groupName=='单位概况'& & (element.surveyName=='单位基本信息'||element.surveyName=='建筑信息'||element.surveyName=='进攻通道'||element.surveyName=='消防设施')">< img
src="../../../assets/images/addbai.png"> 编辑< / button >
< / div >
< / div >
< / div >
< / mat-panel-title >
< / mat-expansion-panel-header >
< / mat-panel-title >
<!-- 单位概况 -->
< / mat-expansion-panel-header >
< div class = "accordingin" * ngIf = "item.groupName=='单位概况'" >
<!-- 单位概况:单位基本信息,建筑信息 -->
< mat-accordion * ngFor = "let element of item.attribute" >
< div class = "table"
< mat-expansion-panel expanded * ngIf = "element.completed" expanded style = "box-shadow: 0 0 black;border: 1px solid #EEF1F5;height: 100%;" [ disabled ] = ' groupPanle = =true' >
*ngIf="item.groupName=='单位概况'& & (element.surveyName=='单位基本信息'||element.surveyName=='建筑信息')">
< mat-expansion-panel-header collapsedHeight = '50px' expandedHeight = '50px' class = "panelhead" style = "background-color: #FFFFFF;" >
<!-- <table mat - table [dataSource]='element.attinf' class="mat - elevation - z8">
< mat-panel-title style = "font-size: 16px;color:#000000;" class = "paneltitle" >
< div class = "dwgk" * ngIf = "item.groupName=='单位概况'" >
< div class = "attname" * ngIf = "item.groupName=='单位概况'" >
< span > {{element.surveyName}}< / span >
< / div >
< div class = "caozuo" >
< button mat-raised-button color = "#ECF6FF" ( click ) = ' delAttribute ( item . groupName , element . surveyName ) ' > < img src = "../../../assets/images/deletehui.png" > 删除< / button >
< button mat-raised-button color = "primary" style = "margin-right: 10px;" ( click ) = ' addAttInfo ( element . surveyName ) '
*ngIf="item.groupName=='单位概况'& & (element.surveyName=='单位基本信息'||element.surveyName=='建筑信息'||element.surveyName=='进攻通道'||element.surveyName=='消防设施')">< img src = "../../../assets/images/addbai.png" > 编辑< / button >
< / div >
< / div >
< / mat-panel-title >
< / mat-expansion-panel-header >
<!-- 单位概况:单位基本信息,建筑信息 -->
< div class = "table" * ngIf = "item.groupName=='单位概况'&&(element.surveyName=='单位基本信息'||element.surveyName=='建筑信息')" >
<!-- <table mat - table [dataSource]='element.attinf' class="mat - elevation - z8">
< ng-container matColumnDef = "name" >
< ng-container matColumnDef = "name" >
< th mat-header-cell * matHeaderCellDef style = "width: 20%;" > 名称< / th >
< th mat-header-cell * matHeaderCellDef style = "width: 20%;" > 名称< / th >
< td mat-cell * matCellDef = "let attinf" > {{attinf.addAttinfName}}< / td >
< td mat-cell * matCellDef = "let attinf" > {{attinf.addAttinfName}}< / td >
@ -115,6 +130,49 @@
< tr mat-header-row * matHeaderRowDef = "displayedColumns" > < / tr >
< tr mat-header-row * matHeaderRowDef = "displayedColumns" > < / tr >
< tr mat-row * matRowDef = "let row; columns: displayedColumns;" > < / tr >
< tr mat-row * matRowDef = "let row; columns: displayedColumns;" > < / tr >
< / table > -->
< / table > -->
< table cellspacing = "0" cellpadding = "0" >
< thead >
< th style = "width: 30%;" > 名称< / th >
< th style = "width: 30%;" > 类型< / th >
< th style = "width: 30%;" > 操作< / th >
< / thead >
< tbody >
< tr * ngFor = "let attinf of element.attinf" >
< td * ngIf = "attinf.completed" style = "width: 30%;" > {{attinf.propertyName}}< / td >
< td * ngIf = "attinf.completed" style = "width: 30%;" >
{{attinf.propertyType==0?'单行文本':attinf.propertyType==1?'多行文本':'数值'}}< / td >
< td * ngIf = "attinf.completed" style = "width: 30%;" > < span
style="color: #FF5D4A;margin-left: 4px;cursor: pointer;"
(click)='delAttInfo(item.groupName,element.surveyName,attinf.propertyName)'> 删除< / span > < / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- 单位概况消防设施 -->
< div class = "accordingin" * ngIf = "item.groupName=='单位概况'&&(element.surveyName=='消防设施')" >
< mat-accordion * ngFor = "let attinf of element.attinf;let i = index" >
< mat-expansion-panel * ngIf = "attinf.completed" expanded
style="box-shadow: 0 0 black;border: 1px solid #EEF1F5;height: 100%;"
[disabled]='groupPanle==true'>
< mat-expansion-panel-header collapsedHeight = '50px' expandedHeight = '50px' class = "panelhead"
style="background-color: #FFD91D;">
< mat-panel-title class = "paneltitle" >
< div class = "dwgk" >
< div class = "attname" >
< span style = "float: right;color: #B99A00;" > {{attinf.name}}< / span >
< / div >
< div class = "caozuo" >
< button mat-raised-button color = "#ECF6FF"
(click)='delattAndfileOne(item.groupName,element.surveyName,i)'>< img
src="../../../assets/images/deletehui.png"> 删除< / button >
< button mat-raised-button color = "primary" style = "margin-right: 10px;"
(click)='fileAdd(attinf.facilityItems,i)'>< img src = "../../../assets/images/addbai.png" >
编辑< / button >
< / div >
< / div >
< / mat-panel-title >
< / mat-expansion-panel-header >
< div class = "table" * ngIf = "item.groupName=='单位概况'&&(element.surveyName=='消防设施')" >
< table cellspacing = "0" cellpadding = "0" >
< table cellspacing = "0" cellpadding = "0" >
< thead >
< thead >
< th style = "width: 30%;" > 名称< / th >
< th style = "width: 30%;" > 名称< / th >
@ -122,119 +180,101 @@
< th style = "width: 30%;" > 操作< / th >
< th style = "width: 30%;" > 操作< / th >
< / thead >
< / thead >
< tbody >
< tbody >
< tr * ngFor = "let attinf of element.attinf" >
< tr * ngFor = "let facilityItems of attinf.facilityItems;let f=index" >
< td * ngIf = "attinf.completed" style = "width: 30%;" > {{attinf.propertyName}}< / td >
< td * ngIf = "facilityItems.completed!=null&&facilityItems.completed" style = "width: 30%;" >
< td * ngIf = "attinf.completed" style = "width: 30%;" > {{attinf.propertyType==0?'单行文本':attinf.propertyType==1?'多行文本':'数值'}}< / td >
{{facilityItems.name}}< / td >
< td * ngIf = "attinf.completed" style = "width: 30%;" > < span style = "color: #FF5D4A;margin-left: 4px;cursor: pointer;" ( click ) = ' delAttInfo ( item . groupName , element . surveyName , attinf . propertyName ) ' > 删除< / span > < / td >
< td * ngIf = "facilityItems.completed!=null&&facilityItems.completed" style = "width: 30%;" >
文本类型< / td >
< td * ngIf = "facilityItems.completed!=null&&facilityItems.completed" style = "width: 30%;" >
< span style = "color: #FF5D4A;margin-left: 4px;cursor: pointer;" ( click ) = ' fileDel ( i , f ) ' >
删除< / span > < / td >
< / tr >
< / tr >
< / tbody >
< / tbody >
< / table >
< / table >
< / div >
<!-- 单位概况消防设施 -->
< div class = "accordingin" * ngIf = "item.groupName=='单位概况'&&(element.surveyName=='消防设施')" >
< mat-accordion * ngFor = "let attinf of element.attinf;let i = index" >
< mat-expansion-panel * ngIf = "attinf.completed" expanded style = "box-shadow: 0 0 black;border: 1px solid #EEF1F5;height: 100%;" [ disabled ] = ' groupPanle = =true' >
< mat-expansion-panel-header collapsedHeight = '50px' expandedHeight = '50px' class = "panelhead" style = "background-color: #FFD91D;" >
< mat-panel-title class = "paneltitle" >
< div class = "dwgk" >
< div class = "attname" >
< span style = "float: right;color: #B99A00;" > {{attinf.name}}< / span >
< / div >
< div class = "caozuo" >
< button mat-raised-button color = "#ECF6FF" ( click ) = ' delattAndfileOne ( item . groupName , element . surveyName , i ) ' > < img src = "../../../assets/images/deletehui.png" > 删除< / button >
< button mat-raised-button color = "primary" style = "margin-right: 10px;" ( click ) = ' fileAdd ( attinf . facilityItems , i ) ' > < img src = "../../../assets/images/addbai.png" > 编辑< / button >
< / div >
< / div >
< / mat-panel-title >
< / mat-expansion-panel-header >
< div class = "table" * ngIf = "item.groupName=='单位概况'&&(element.surveyName=='消防设施')" >
< table cellspacing = "0" cellpadding = "0" >
< thead >
< th style = "width: 30%;" > 名称< / th >
< th style = "width: 30%;" > 类型< / th >
< th style = "width: 30%;" > 操作< / th >
< / thead >
< tbody >
< tr * ngFor = "let facilityItems of attinf.facilityItems;let f=index" >
< td * ngIf = "facilityItems.completed!=null&&facilityItems.completed" style = "width: 30%;" > {{facilityItems.name}}< / td >
< td * ngIf = "facilityItems.completed!=null&&facilityItems.completed" style = "width: 30%;" > 文本类型< / td >
< td * ngIf = "facilityItems.completed!=null&&facilityItems.completed" style = "width: 30%;" > < span style = "color: #FF5D4A;margin-left: 4px;cursor: pointer;" ( click ) = ' fileDel ( i , f ) ' > 删除< / span > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< / mat-expansion-panel >
< / mat-accordion >
< / div >
<!-- 进攻通道 -->
< div * ngIf = "item.groupName=='单位概况'&&(element.surveyName=='进攻通道')" >
< div class = "attack" * ngFor = "let attackitem of element.attinf;let i=index" >
< div class = "attackLeft" >
< div class = "attackleftHead" >
< input type = "text" [ ( ngModel ) ] = ' attackitem . head ' placeholder = "请输入内容" >
< / div >
< div class = "attackleftTable" >
< table >
< thead >
< th * ngFor = "let item of attackitem.tableth;let tablethi=index;TrackBy:trackByFn" > < input type = "text" [ ( ngModel ) ] = ' attackitem . tableth [ tablethi ] ' placeholder = "请输入内容" > < / th >
< / thead >
< / table >
< / div >
< / div >
< div class = "attackRight" >
< div class = "rightButton" >
< button mat-raised-button color = "primary" ( click ) = ' attackAdd ( element . surveyName , i , 8 ) ' > < img src = "../../../assets/images/addbai.png" > 新增< / button >
< button mat-raised-button color = "#ECF6FF" style = "margin-left: 10px;" ( click ) = ' delattAndfileOne ( item . groupName , element . surveyName , i ) ' > < img src = "../../../assets/images/deletehui.png" > 删除< / button >
< / div >
< / div >
< / div >
< / div >
< / mat-expansion-panel >
< / mat-accordion >
< / div >
<!-- 灾情设定及其他 -->
< div class = "disaster" * ngIf = "item.groupName!='单位概况'" >
< div class = "attack" * ngFor = "let element of item.attribute;let attributei=index" >
< div class = "attackLeft" >
< div class = "attackleftHead" >
< input type = "text" placeholder = "请输入内容" [ ( ngModel ) ] = " element . headName " >
< / div >
< div class = "attackleftTable" >
<!-- 表格类型 -->
< table * ngIf = "element.level==1" >
< thead >
< th * ngFor = "let itemth of element.tableth;let tablethi=index;TrackBy:trackByFn" > < input type = "text" placeholder = "请输入内容" [ ( ngModel ) ] = " element . tableth [ tablethi ] " > < / th >
< / thead >
< / table >
<!-- 文本区域 -->
< textarea * ngIf = "element.level==3" [ ( ngModel ) ] = " element . tableth " > < / textarea >
<!-- 输入框 -->
< div class = "inputtext" * ngIf = "element.level==2" >
< div class = "inputj" style = "height: 100%;width: 100%;" * ngFor = "let itemth of element.tableth;let tablethi=index;TrackBy:trackByFn" >
< div style = "height: 100%;width: 100%;" * ngFor = "let itemthj of element.tableth[tablethi];let tablethj=index;TrackBy:trackByFn" >
< input type = "text" placeholder = "请输入内容" style = "background-color: #E8E9E9;width: 40%;" [ ( ngModel ) ] = " itemthj . head " >
< input type = "text" placeholder = "请输入内容" style = "width: 60%;" [ ( ngModel ) ] = " itemthj . body " >
< / div >
< / div >
< / div >
<!-- 树形图 -->
< div style = "height: 500px;width: 100%;" * ngIf = "element.level==4" >
< tree-diagram [ data ] = " element . tableth " [ ( ngModel ) ] = " element . tableth " > < / tree-diagram >
< / div >
< / div >
< / div >
< / div >
< div class = "attackRight" >
< / mat-expansion-panel >
< div class = "rightButton" >
< / mat-accordion >
< button mat-raised-button color = "primary" ( click ) = ' attackAdd ( item . groupName , attributei , element . level ) ' * ngIf = "element.level==1" > < img src = "../../../assets/images/addbai.png" > 新增< / button >
< / div >
< button mat-raised-button color = "#ECF6FF" style = "margin-left: 10px;" ( click ) = ' delDisaster ( item . groupName , attributei ) ' > < img src = "../../../assets/images/deletehui.png" > 删除< / button >
<!-- 进攻通道 -->
< / div >
< div * ngIf = "item.groupName=='单位概况'&&(element.surveyName=='进攻通道')" >
< div class = "attack" * ngFor = "let attackitem of element.attinf;let i=index" >
< div class = "attackLeft" >
< div class = "attackleftHead" >
< input type = "text" [ ( ngModel ) ] = ' attackitem . head ' placeholder = "请输入内容" >
< / div >
< div class = "attackleftTable" >
< table >
< thead >
< th * ngFor = "let item of attackitem.tableth;let tablethi=index;TrackBy:trackByFn" > < input
type="text" [(ngModel)]='attackitem.tableth[tablethi]' placeholder="请输入内容">< / th >
< / thead >
< / table >
< / div >
< / div >
< div class = "attackRight" >
< div class = "rightButton" >
< button mat-raised-button color = "primary" ( click ) = ' attackAdd ( element . surveyName , i , 8 ) ' > < img
src="../../../assets/images/addbai.png"> 新增< / button >
< button mat-raised-button color = "#ECF6FF" style = "margin-left: 10px;"
(click)='delattAndfileOne(item.groupName,element.surveyName,i)'>< img
src="../../../assets/images/deletehui.png"> 删除< / button >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / mat-expansion-panel >
< / div >
< / mat-accordion >
< / mat-expansion-panel >
< / div >
< / mat-accordion >
< / div >
<!-- 灾情设定及其他 -->
< div class = "disaster" * ngIf = "item.groupName!='单位概况'" >
< div class = "attack" * ngFor = "let element of item.attribute;let attributei=index" >
< div class = "attackLeft" >
< div class = "attackleftHead" >
< input type = "text" placeholder = "请输入内容" [ ( ngModel ) ] = " element . headName " >
< / div >
< div class = "attackleftTable" >
<!-- 表格类型 -->
< table * ngIf = "element.level==1" >
< thead >
< th * ngFor = "let itemth of element.tableth;let tablethi=index;TrackBy:trackByFn" > < input type = "text"
placeholder="请输入内容" [(ngModel)]="element.tableth[tablethi]">< / th >
< / thead >
< / table >
<!-- 文本区域 -->
< textarea * ngIf = "element.level==3" [ ( ngModel ) ] = " element . tableth " > < / textarea >
<!-- 输入框 -->
< div class = "inputtext" * ngIf = "element.level==2" >
< div class = "inputj" style = "height: 100%;width: 100%;"
*ngFor="let itemth of element.tableth;let tablethi=index;TrackBy:trackByFn">
< div style = "height: 100%;width: 100%;"
*ngFor="let itemthj of element.tableth[tablethi];let tablethj=index;TrackBy:trackByFn">
< input type = "text" placeholder = "请输入内容" style = "background-color: #E8E9E9;width: 40%;"
[(ngModel)]="itemthj.head">
< input type = "text" placeholder = "请输入内容" style = "width: 60%;" [ ( ngModel ) ] = " itemthj . body " >
< / div >
< / div >
< / div >
<!-- 树形图 -->
< div style = "height: 500px;width: 100%;" * ngIf = "element.level==4" >
< tree-diagram [ data ] = " element . tableth " [ ( ngModel ) ] = " element . tableth " > < / tree-diagram >
< / div >
< / div >
< / div >
< div class = "attackRight" >
< div class = "rightButton" >
< button mat-raised-button color = "primary" ( click ) = ' attackAdd ( item . groupName , attributei , element . level ) '
*ngIf="element.level==1">< img src = "../../../assets/images/addbai.png" > 新增< / button >
< button mat-raised-button color = "#ECF6FF" style = "margin-left: 10px;"
(click)='delDisaster(item.groupName,attributei)'>< img src = "../../../assets/images/deletehui.png" >
删除< / button >
< / div >
< / div >
< / div >
< / div >
< / mat-expansion-panel >
< / mat-accordion >
< / div >
< / div >
< / div >
< / div >
< / div >