| | |
| | | :visible.sync="emergencyRecordsVisible" |
| | | width="800px" |
| | | > |
| | | <el-table :data="emergencyRecords" style="width: 100%"> |
| | | <el-table :data="emergencyRecords" style="width: 100%" stripe> |
| | | <el-table-column prop="time" label="时间" width="180"></el-table-column> |
| | | <el-table-column prop="location" label="位置" width="150"></el-table-column> |
| | | <el-table-column prop="type" label="类型" width="120"></el-table-column> |
| | |
| | | |
| | | <div class="sensor-data-section"> |
| | | <h4>传感器数据</h4> |
| | | <el-table :data="currentEvent.sensorData" style="width: 100%"> |
| | | <el-table :data="currentEvent.sensorData" style="width: 100%" stripe> |
| | | <el-table-column prop="sensor" label="传感器"></el-table-column> |
| | | <el-table-column prop="methane" label="甲烷浓度"></el-table-column> |
| | | <el-table-column prop="h2s" label="硫化氢浓度"></el-table-column> |
| | |
| | | emergencyRecords: [ |
| | | { |
| | | id: 'EM001', |
| | | time: '2024-01-15 14:35:12', |
| | | time: '2025-01-15 14:35:12', |
| | | location: '储罐T-003', |
| | | type: '甲烷超标', |
| | | status: 'resolved', |
| | |
| | | }, |
| | | { |
| | | id: 'EM002', |
| | | time: '2024-01-15 14:35:15', |
| | | time: '2025-01-15 14:35:15', |
| | | location: '压缩机C-002', |
| | | type: '硫化氢超标', |
| | | status: 'processing', |