Commit 1c901270 authored by lizhichao's avatar lizhichao

设备实施,改设备设施

parent 404a2f87
......@@ -96,7 +96,7 @@
<el-table-column label="辨识部位" width="135" align="center" prop="riskPart" />
<el-table-column label="清单类型" width="90" align="center" prop="listType" >
<template slot-scope="scope">
<span v-if="scope.row.listType === '1' ">设备</span>
<span v-if="scope.row.listType === '1' ">设备</span>
<span v-else-if="scope.row.listType === '2'">作业活动</span>
<span v-else >-</span>
</template>
......
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