Commit 977a91e4 authored by Administrator's avatar Administrator

Merge branch 'release/fire_monitor'

parents a000decf b3e93631
Pipeline #253 failed with stage
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
<span>{{ shutoffDevice(scope.row.shutoff_type) }}</span> <span>{{ shutoffDevice(scope.row.shutoff_type) }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="center" label="检测值" width="100"> <!-- <el-table-column align="center" label="检测值" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.nd }}</span> <span>{{ scope.row.nd }}</span>
</template> </template>
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.danwei }}</span> <span>{{ scope.row.danwei }}</span>
</template> </template>
</el-table-column> </el-table-column> -->
<el-table-column align="center" label="切断装置状态" width="80"> <el-table-column align="center" label="切断装置状态" width="80">
<template slot-scope="scope"> <template slot-scope="scope">
<span> <span>
......
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