Commit 899f9c8e authored by Administrator's avatar Administrator

消防检测不显示浓度

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