|
@@ -18,7 +18,7 @@
|
|
|
<el-collapse-item name="1" class="imgneon">
|
|
|
<template #title>
|
|
|
<el-icon class="iconimg Frame3" fit="contain"></el-icon>
|
|
|
- 火灾边界设置<el-icon class="header-icon"> </el-icon>
|
|
|
+ 边界设置<el-icon class="header-icon"> </el-icon>
|
|
|
</template>
|
|
|
<div class="asides_content">
|
|
|
<div class="jc_content tablecolor">
|
|
@@ -55,9 +55,9 @@
|
|
|
<!-- <el-table-column width="50">
|
|
|
// <template #default="scope">{{scope.row.type == massflow ? '流量边界' : scope.row.type == Pressure?'压力边界' }} </template>
|
|
|
// </el-table-column> -->
|
|
|
- <el-table-column prop="flow" label="流量(m³/s)" width="80" />
|
|
|
- <el-table-column prop="pressure" label="压强(pa)" width="70" />
|
|
|
- <el-table-column prop="temperature" label="温度(℃)" />
|
|
|
+ <el-table-column prop="flow" label="流量(m³/s)" width="95" />
|
|
|
+ <el-table-column prop="pressure" label="压强(pa)" width="95"/>
|
|
|
+ <el-table-column prop="temperature" label="温度(℃)" width="95"/>
|
|
|
<el-table-column prop="polcon1" label="二氧化碳" width="95" />
|
|
|
<el-table-column prop="polcon2" label="二氧化硫" width="95" />
|
|
|
</el-table>
|
|
@@ -105,7 +105,7 @@
|
|
|
<el-collapse-item name="2" class="imgneon">
|
|
|
<template #title>
|
|
|
<el-icon class="iconimg Frame3" fit="contain"></el-icon>
|
|
|
- 突水边界设置<el-icon class="header-icon"> </el-icon>
|
|
|
+ 边界设置<el-icon class="header-icon"> </el-icon>
|
|
|
</template>
|
|
|
<div class="asides_content">
|
|
|
<div class="jc_content tablecolor">
|
|
@@ -816,7 +816,7 @@ const accident4 = (key) => {
|
|
|
boun.value.collGass = false;
|
|
|
} else if(props.classradio =='Gass'){
|
|
|
boun.value.collwater = false;
|
|
|
- boun.value.collfire = false;
|
|
|
+ boun.value.collfire = true;
|
|
|
boun.value.collGass = false;
|
|
|
|
|
|
}else{
|