| | |
| | | </div> |
| | | </div> |
| | | |
| | | <el-alert |
| | | title="边缘预警规则:轴承磨损-振动值偏离基线±5%触发告警;温度/压力越界触发提醒" |
| | | type="info" |
| | | :closable="false" |
| | | show-icon |
| | | class="rule-alert" |
| | | /> |
| | | <!-- <el-alert--> |
| | | <!-- title="边缘预警规则:轴承磨损-振动值偏离基线±5%触发告警;温度/压力越界触发提醒"--> |
| | | <!-- type="info"--> |
| | | <!-- :closable="false"--> |
| | | <!-- show-icon--> |
| | | <!-- class="rule-alert"--> |
| | | <!-- />--> |
| | | |
| | | <el-row :gutter="16"> |
| | | <el-col v-for="dev in devices" :key="dev.id" :span="12"> |
| | |
| | | const devices = reactive([ |
| | | { |
| | | id: 'water-pump', |
| | | name: '水泵', |
| | | type: '固定设备', |
| | | name: '注水泵1', |
| | | type: '移动装备', |
| | | baseline: { vibration: 9 }, |
| | | initial: { temperature: 40, pressure: 0.70 }, |
| | | alerts: { vibration: false, temperature: false, pressure: false }, |
| | |
| | | }, |
| | | { |
| | | id: 'fluid-supply-truck', |
| | | name: '供液车', |
| | | name: '注水泵2', |
| | | type: '移动装备', |
| | | baseline: { vibration: 7 }, |
| | | initial: { temperature: 30, pressure: 0.60 }, |
| | |
| | | }, |
| | | { |
| | | id: 'fracturing-truck', |
| | | name: '压裂车', |
| | | name: '注水泵3', |
| | | type: '移动装备', |
| | | baseline: { vibration: 12 }, |
| | | initial: { temperature: 65, pressure: 1.40 }, |
| | |
| | | }, |
| | | { |
| | | id: 'oil-tank-truck', |
| | | name: '油罐车', |
| | | name: '注水泵4', |
| | | type: '移动装备', |
| | | baseline: { vibration: 6 }, |
| | | initial: { temperature: 28, pressure: 0.50 }, |