7 changed files with 242 additions and 88 deletions
@ -0,0 +1,138 @@ |
|||
{ |
|||
"title": "示例设备展示", |
|||
"LeftUp": { |
|||
"Header": "设备静态图", |
|||
"path": "svg/illustration.svg", |
|||
"Content": "" |
|||
}, |
|||
"LeftMidUp": { |
|||
"Header": "故障诊断", |
|||
"Content": [{ |
|||
"FaultDesc": "故障1故障1故障1故障1故障1", |
|||
"Point": "Diagnosis1" |
|||
}, { |
|||
"FaultDesc": "故障2", |
|||
"Point": "Diagnosis2" |
|||
}, |
|||
{ |
|||
"FaultDesc": "故障2", |
|||
"Point": "Diagnosis2" |
|||
}, { |
|||
"FaultDesc": "故障2", |
|||
"Point": "Diagnosis2" |
|||
}, { |
|||
"FaultDesc": "故障2", |
|||
"Point": "Diagnosis2" |
|||
}, { |
|||
"FaultDesc": "故障2", |
|||
"Point": "Diagnosis2" |
|||
}, { |
|||
"FaultDesc": "故障2", |
|||
"Point": "Diagnosis2" |
|||
}, { |
|||
"FaultDesc": "故障2", |
|||
"Point": "Diagnosis2" |
|||
}, { |
|||
"FaultDesc": "故障2", |
|||
"Point": "Diagnosis2" |
|||
}] |
|||
}, |
|||
"RightMidUp": { |
|||
"Header": "报警记录", |
|||
"Content": [{ |
|||
"Text": "故障1", |
|||
"StartTime": "Diagnosis1", |
|||
"Duration": 12.3 |
|||
}, { |
|||
"Text": "故障1", |
|||
"StartTime": "Diagnosis1", |
|||
"Duration": 12.3 |
|||
}] |
|||
}, |
|||
"RightUp": { |
|||
"Header": "大模型-操作指导", |
|||
"Content": [{ |
|||
"FaultDesc": "故障1", |
|||
"Guide": "如何处理故障1" |
|||
}, { |
|||
"FaultDesc": "故障2", |
|||
"Guide": "如何处理故障2" |
|||
}] |
|||
}, |
|||
"LeftDown": { |
|||
"Header": "生产流程", |
|||
"path": "svg/illustration.svg", |
|||
"Content": "/api/v1/assets/production_flow.svg" |
|||
}, |
|||
"RightDown": { |
|||
"Header": "参数信息", |
|||
"Columns": [{ |
|||
"title": "序号", |
|||
"dataIndex": "序号", |
|||
"width": 40 |
|||
}, { |
|||
"title": "描述", |
|||
"dataIndex": "描述", |
|||
"width": 200 |
|||
}, { |
|||
"title": "点号", |
|||
"dataIndex": "点号", |
|||
"width": 100 |
|||
}, { |
|||
"title": "测量值", |
|||
"dataIndex": "测量值", |
|||
"width": 80 |
|||
}, { |
|||
"title": "预测值", |
|||
"dataIndex": "预测值", |
|||
"width": 100 |
|||
}, { |
|||
"title": "安全区域", |
|||
"dataIndex": "安全区域", |
|||
"width": 140 |
|||
}], |
|||
"Content": [{ |
|||
"序号": 1, |
|||
"描述": "", |
|||
"点号": "", |
|||
"测量值": 0.0, |
|||
"预测值": 0.0, |
|||
"安全区域": "" |
|||
}, { |
|||
"序号": 2, |
|||
"描述": "", |
|||
"点号": "", |
|||
"测量值": 0.0, |
|||
"预测值": 0.0, |
|||
"安全区域": "" |
|||
}, { |
|||
"序号": 3, |
|||
"描述": "", |
|||
"点号": "", |
|||
"测量值": 0.0, |
|||
"预测值": 0.0, |
|||
"安全区域": "" |
|||
}, { |
|||
"序号": 4, |
|||
"描述": "", |
|||
"点号": "", |
|||
"测量值": 0.0, |
|||
"预测值": 0.0, |
|||
"安全区域": "" |
|||
}, { |
|||
"序号": 5, |
|||
"描述": "", |
|||
"点号": "", |
|||
"测量值": 0.0, |
|||
"预测值": 0.0, |
|||
"安全区域": "" |
|||
}, { |
|||
"序号": 6, |
|||
"描述": "", |
|||
"点号": "", |
|||
"测量值": 0.0, |
|||
"预测值": 0.0, |
|||
"安全区域": "" |
|||
}] |
|||
} |
|||
} |
Loading…
Reference in new issue