|
@@ -1,58 +1,58 @@
|
|
<template>
|
|
<template>
|
|
- <div class="detailTable">
|
|
|
|
- <el-table :data="tableList" border height="180">
|
|
|
|
- <el-table-column prop="title" label width="105"></el-table-column>
|
|
|
|
- <el-table-column prop="" label="冷机开启台数" align="center" width="55">
|
|
|
|
|
|
+ <div class="detailTable" style="width: 767px">
|
|
|
|
+ <el-table :data="tableList" border height="180" >
|
|
|
|
+ <el-table-column prop="title" label width=""></el-table-column>
|
|
|
|
+ <el-table-column prop="" label="冷机开启台数" align="center" width="">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
{{row.chillerNumSetL?(row.chillerNumSetL + row.chillerNumSetS):'--'}}
|
|
{{row.chillerNumSetL?(row.chillerNumSetL + row.chillerNumSetS):'--'}}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="" label="冷机出水温度" align="center" width="55">
|
|
|
|
|
|
+ <el-table-column prop="" label="冷机出水温度" align="center" width="">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
{{row.chillWaterOutTempSet}} ℃
|
|
{{row.chillWaterOutTempSet}} ℃
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="" label="冷冻泵台数" align="center" width>
|
|
|
|
|
|
+ <el-table-column prop="" label="冷冻泵台数" align="center" width=''>
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
{{row.coolPumpNumSetL}} 大 {{row.coolPumpNumSetS}} 小
|
|
{{row.coolPumpNumSetL}} 大 {{row.coolPumpNumSetS}} 小
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="" label="冷冻泵频率" align="center" width="65">
|
|
|
|
|
|
+ <el-table-column prop="" label="冷冻泵频率" align="center" width="">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
{{row.coolPumpFreqSet}} HZ
|
|
{{row.coolPumpFreqSet}} HZ
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="" label="冷却泵台数" align="center" width>
|
|
|
|
|
|
+ <el-table-column prop="" label="冷却泵台数" align="center" width=''>
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
{{row.chillPumpNumSetL + row.chillPumpNumSetS || '--'}}
|
|
{{row.chillPumpNumSetL + row.chillPumpNumSetS || '--'}}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="" label="冷却泵频率" align="center" width="65">
|
|
|
|
|
|
+ <el-table-column prop="" label="冷却泵频率" align="center" width=''>
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
{{row.chillPumpFreqSet || '--'}} HZ
|
|
{{row.chillPumpFreqSet || '--'}} HZ
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="" label="冷却塔台数" align="center" width>
|
|
|
|
|
|
+ <el-table-column prop="" label="冷却塔台数" align="center" width=''>
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
{{(row.coolTowerNumSetS + row.coolTowerNumSetL) || '--'}}
|
|
{{(row.coolTowerNumSetS + row.coolTowerNumSetL) || '--'}}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="zip" label="冷却塔频率" align="center" width="65">
|
|
|
|
|
|
+ <el-table-column prop="zip" label="冷却塔频率" align="center" width="">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
{{row.coolTowerFreqSet || '--'}} HZ
|
|
{{row.coolTowerFreqSet || '--'}} HZ
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="" label="室内平均温度" align="center" width="55">
|
|
|
|
|
|
+ <el-table-column prop="" label="室内平均温度" align="center" width="">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
{{row.meanTindoor || '--'}} ℃
|
|
{{row.meanTindoor || '--'}} ℃
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="" label="室内最高温度" align="center" width>
|
|
|
|
|
|
+ <el-table-column prop="" label="室内最高温度" align="center" width=''>
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
{{row.maxTindoor || '--'}} ℃
|
|
{{row.maxTindoor || '--'}} ℃
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop="" label="冷机负载率" align="center" width="55">
|
|
|
|
|
|
+ <el-table-column prop="" label="冷机负载率" align="center" width="">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
{{row.plrAllOrg || '--'}} HZ
|
|
{{row.plrAllOrg || '--'}} HZ
|
|
</template>
|
|
</template>
|
|
@@ -103,8 +103,9 @@ export default {
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|
|
|
|
|
|
- <style lang="scss">
|
|
|
|
|
|
+ <style lang="scss" scoped>
|
|
.detailTable {
|
|
.detailTable {
|
|
|
|
+ margin: 0 auto;
|
|
.el-table {
|
|
.el-table {
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
@@ -121,3 +122,10 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
|
|
+<style lang="scss">
|
|
|
|
+.detailTable {
|
|
|
|
+ .el-table__header {
|
|
|
|
+ width: auto !important;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+</style>
|