Commit e7f8cf6f authored by qjeslks's avatar qjeslks

报警状态页面

parent 71f558aa
...@@ -24,10 +24,10 @@ ...@@ -24,10 +24,10 @@
:cell-style="setCellStyle" id="out-table" border highlight-current-row :header-cell-style="setHeaderCellStyle" :cell-style="setCellStyle" id="out-table" border highlight-current-row :header-cell-style="setHeaderCellStyle"
:header-cell-class-name="handleHeadAddClass"> :header-cell-class-name="handleHeadAddClass">
<el-table-column prop="index" label="编号" :sortable="false" width="100px" fixed /> <el-table-column prop="index" label="编号" :sortable="false" width="100px" fixed />
<el-table-column prop="name" label="设施名称" :sortable="false" width="250px" fixed /> <el-table-column prop="name" label="设施名称" :sortable="false" fixed />
<el-table-column prop="cnName" label="报警类型" :sortable="false" fixed /> <el-table-column prop="cnName" label="报警类型" :sortable="false" fixed />
<el-table-column prop="gatherTime" label="报警时间" :sortable="false" width="200px" fixed /> <el-table-column prop="gatherTime" label="报警时间" :sortable="false" fixed />
<el-table-column prop="topMost" label="上上限" :sortable="false" width="200px" fixed> <el-table-column prop="topMost" label="上上限" :sortable="false" width="100px" fixed>
<template #default="scope"> <template #default="scope">
<div class="div-form-img"> <div class="div-form-img">
<el-image class="img-center" v-if="getImgUrl(scope, scope.column.property)" <el-image class="img-center" v-if="getImgUrl(scope, scope.column.property)"
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="upper" label="上限" :sortable="false" width="200px" fixed> <el-table-column prop="upper" label="上限" :sortable="false" width="100px" fixed>
<template #default="scope"> <template #default="scope">
<div class="div-form-img"> <div class="div-form-img">
<el-image class="img-center" v-if="getImgUrl(scope, scope.column.property)" <el-image class="img-center" v-if="getImgUrl(scope, scope.column.property)"
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="lower" label="下限" :sortable="false" width="200px" fixed> <el-table-column prop="lower" label="下限" :sortable="false" width="100px" fixed>
<template #default="scope"> <template #default="scope">
<div class="div-form-img"> <div class="div-form-img">
<el-image class="img-center" v-if="getImgUrl(scope, scope.column.property)" <el-image class="img-center" v-if="getImgUrl(scope, scope.column.property)"
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="downMost" label="下下限" :sortable="false" width="200px" fixed> <el-table-column prop="downMost" label="下下限" :sortable="false" width="100px" fixed>
<template #default="scope"> <template #default="scope">
<div class="div-form-img"> <div class="div-form-img">
<el-image class="img-center" v-if="getImgUrl(scope, scope.column.property)" <el-image class="img-center" v-if="getImgUrl(scope, scope.column.property)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment