shj
2022-03-31 d5e1d77a47f7684d9681357c0ffec37f01aeb52e
src/views/majorHazardSourceMonitoring/equipmentAlarm/index.vue
@@ -36,8 +36,8 @@
            </el-table-column>
            <el-table-column label="状态" align="center">
                <template slot-scope="scope">
                    <span v-if="scope.row.status == 0">已处理</span>
                    <span v-if="scope.row.status == 1">未处理</span>
                    <span v-if="scope.row.status == 0">未处理</span>
                    <span v-if="scope.row.status == 1">已处理</span>
                </template>
            </el-table-column>
            <el-table-column prop="alarmTime" label="报警时间" align="center">