|
@@ -83,6 +83,11 @@
|
|
|
<el-table-column align="center" fixed="left" type="selection" width="55"/>
|
|
|
<el-table-column align="center" fixed="left" label="位号" prop="devNo" width="150"/>
|
|
|
<el-table-column align="center" fixed="left" label="位置" prop="position" width="150"/>
|
|
|
+ <el-table-column align="center" label="洗眼器测试前已通知ERC" prop="noticed" width="255">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <dict-tag :options="dict.type.inspection_status" :value="scope.row.noticed"/>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column align="center" label="洗眼器标识醒目并处于良好状况" prop="identifying" width="255">
|
|
|
<template slot-scope="scope">
|
|
|
<dict-tag :options="dict.type.inspection_status" :value="scope.row.identifying"/>
|
|
@@ -127,6 +132,11 @@
|
|
|
fit="cover" style="height: 50px;border-radius: 10px;margin-top: 5px"/>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column align="center" label="洗眼器手推板、脚踏板及喷淋拉杆灵活,能保持全开" prop="keepOpen" width="255">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <dict-tag :options="dict.type.inspection_status" :value="scope.row.keepOpen"/>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column align="center" label="洗眼器从出水点起高度在10-30厘米并均匀流动" prop="exitPoint" width="255">
|
|
|
<template slot-scope="scope">
|
|
|
<dict-tag :options="dict.type.inspection_status" :value="scope.row.exitPoint"/>
|
|
@@ -143,21 +153,11 @@
|
|
|
<dict-tag :options="dict.type.inspection_status" :value="scope.row.exitClean"/>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="洗眼器出水温度不高于25℃" prop="exitTemp" width="255">
|
|
|
+ <el-table-column align="center" label="洗眼器出水温度适宜" prop="exitTemp" width="255">
|
|
|
<template slot-scope="scope">
|
|
|
<dict-tag :options="dict.type.inspection_status" :value="scope.row.exitTemp"/>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="洗眼器手推板、脚踏板及喷淋拉杆灵活,能保持全开" prop="keepOpen" width="255">
|
|
|
- <template slot-scope="scope">
|
|
|
- <dict-tag :options="dict.type.inspection_status" :value="scope.row.keepOpen"/>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column align="center" label="洗眼器测试前已通知ERC" prop="noticed" width="255">
|
|
|
- <template slot-scope="scope">
|
|
|
- <dict-tag :options="dict.type.inspection_status" :value="scope.row.noticed"/>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
<el-table-column align="center" label="现场声光报警装置工作正常" prop="normalOperation" width="255">
|
|
|
<template slot-scope="scope">
|
|
|
<dict-tag :options="dict.type.inspection_status" :value="scope.row.normalOperation"/>
|