|
@@ -2,6 +2,8 @@
|
|
|
<div class="container">
|
|
|
<el-col class="main" :span="4">
|
|
|
<img :src="url" class="oilInfo-img">
|
|
|
+ <text class="title">逻辑枪号:{{ parameter.name }}</text>
|
|
|
+ <br><br>
|
|
|
<el-row justify="space-between">
|
|
|
<text>1、{{ parameter.status }}</text>
|
|
|
<text>2、{{ parameter.NozzleNo }}</text>
|
|
@@ -13,8 +15,9 @@
|
|
|
</el-row>
|
|
|
</el-col>
|
|
|
<el-col class="top" :span="5">
|
|
|
+ <img :src="urllllll" class="oilInfo-img">
|
|
|
+ <text class="title">安全装置</text>
|
|
|
<el-row>
|
|
|
- <text class="title">安全装置</text>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<text>二维码:{{ Data.partDetails.blackBox.qrCode }}</text>
|
|
@@ -37,8 +40,9 @@
|
|
|
</el-row>
|
|
|
</el-col>
|
|
|
<el-col class="left-top" :span="5">
|
|
|
+ <img :src="urlllllll" class="oilInfo-img">
|
|
|
+ <text class="title">计控主板</text>
|
|
|
<el-row>
|
|
|
- <text class="title">计控主板</text>
|
|
|
<text class="statusBox">{{ Data.partDetails.calculatorMainboard.onlineStatus }}</text>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
@@ -63,8 +67,9 @@
|
|
|
|
|
|
</el-col>
|
|
|
<el-col class="left-bottom" :span="5">
|
|
|
+ <img :src="urllllllll" class="oilInfo-img">
|
|
|
+ <text class="title">油气回收控制主板</text>
|
|
|
<el-row>
|
|
|
- <text class="title">油气回收控制主板</text>
|
|
|
<text class="statusBox">{{ Data.partDetails.vaporRecoveryControl.onlineStatus }}</text>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
@@ -82,7 +87,7 @@
|
|
|
</el-row>
|
|
|
</el-col>
|
|
|
<el-col class="right-top" :span="5">
|
|
|
- <img :src="url" class="oilInfo-img">
|
|
|
+ <img :src="urlll" class="oilInfo-img">
|
|
|
<text class="title">监控微处理器</text>
|
|
|
<text class="statusBox">{{ 1 }}</text>
|
|
|
<el-row>
|
|
@@ -110,7 +115,7 @@
|
|
|
</el-row>
|
|
|
</el-col>
|
|
|
<el-col class="right" :span="5">
|
|
|
- <img :src="url" class="oilInfo-img">
|
|
|
+ <img :src="urllll" class="oilInfo-img">
|
|
|
<text class="title">编码器</text>
|
|
|
<el-row>
|
|
|
<text class="statusBox">{{ Data.partDetails.encoderControls.onlineStatus }}</text>
|
|
@@ -138,7 +143,7 @@
|
|
|
</el-row>
|
|
|
</el-col>
|
|
|
<el-col class="right-bottom" :span="5">
|
|
|
- <img :src="url" class="oilInfo-img">
|
|
|
+ <img :src="urlllll" class="oilInfo-img">
|
|
|
<text class="title">加密显示屏</text>
|
|
|
<el-row>
|
|
|
<text class="statusBox">{{ Data.partDetails.displayControls.onlineStatus }}</text>
|
|
@@ -162,11 +167,12 @@ import { partInformationApi } from "/@/api/admin/reportManagement/partInformatio
|
|
|
|
|
|
const url = '/src/assets/youqiang.png'
|
|
|
const urll = '/src/assets/jiliangqi.png'
|
|
|
-const urlll = '/src/assets/youqiang.png'
|
|
|
-const urllll = '/src/assets/youqiang.png'
|
|
|
-const urlllll = '/src/assets/youqiang.png'
|
|
|
-const urllllll = '/src/assets/youqiang.png'
|
|
|
-
|
|
|
+const urlll = '/src/assets/jiankongweichuliqi.png'
|
|
|
+const urllll = '/src/assets/bianmaqi.png'
|
|
|
+const urlllll = '/src/assets/jiamixianshiqi.png'
|
|
|
+const urllllll = '/src/assets/anquanzhaungzhi.png'
|
|
|
+const urlllllll = '/src/assets/jikongzhuban.png'
|
|
|
+const urllllllll = '/src/assets/youqihuishoukongzhizhuban.png'
|
|
|
|
|
|
const router = useRoute()
|
|
|
// 中间内容 - 传值
|
|
@@ -289,49 +295,49 @@ onMounted(() => {
|
|
|
|
|
|
.main {
|
|
|
position: absolute;
|
|
|
- top: 40%;
|
|
|
+ top: 39%;
|
|
|
left: 40%;
|
|
|
}
|
|
|
|
|
|
.top {
|
|
|
position: absolute;
|
|
|
- top: 8%;
|
|
|
+ top: 7%;
|
|
|
left: 40%;
|
|
|
}
|
|
|
|
|
|
.bottom {
|
|
|
position: absolute;
|
|
|
- top: 78%;
|
|
|
+ top: 76%;
|
|
|
left: 40%;
|
|
|
}
|
|
|
|
|
|
.left-top {
|
|
|
position: absolute;
|
|
|
- top: 19%;
|
|
|
+ top: 17%;
|
|
|
left: 7%;
|
|
|
}
|
|
|
|
|
|
.left-bottom {
|
|
|
position: absolute;
|
|
|
- top: 60%;
|
|
|
+ top: 58%;
|
|
|
left: 7%;
|
|
|
}
|
|
|
|
|
|
.right-top {
|
|
|
position: absolute;
|
|
|
- top: 10%;
|
|
|
+ top: 9%;
|
|
|
left: 70%;
|
|
|
}
|
|
|
|
|
|
.right {
|
|
|
position: absolute;
|
|
|
- top: 43%;
|
|
|
+ top: 41%;
|
|
|
left: 70%;
|
|
|
}
|
|
|
|
|
|
.right-bottom {
|
|
|
position: absolute;
|
|
|
- top: 77%;
|
|
|
+ top: 75%;
|
|
|
left: 70%;
|
|
|
}
|
|
|
.statusBox{
|
|
@@ -344,8 +350,8 @@ onMounted(() => {
|
|
|
|
|
|
.oilInfo-img {
|
|
|
margin-right: 1vh;
|
|
|
- width: 65px;
|
|
|
- height: 60px;
|
|
|
+ width: 45px;
|
|
|
+ height: 45px;
|
|
|
// background-color: #ccc;
|
|
|
border-radius: 8px;
|
|
|
}
|