diff --git a/pages/deviceManage/index.vue b/pages/deviceManage/index.vue
index b370527..74f9cbe 100644
--- a/pages/deviceManage/index.vue
+++ b/pages/deviceManage/index.vue
@@ -16,17 +16,11 @@
+ @click="getVideoImg('video')">
获取视频
-
-
- 获取铲件图片
-
-
- 获取监控图片
+
+ 获取图片
@@ -36,49 +30,45 @@
+
+ class="img_video_warp"
+ :src="socketData.imageUrl"
+ v-else-if="socketData.imageUrl"
+ @load="handleMediaLoaded"
+ @error="handleMediaError"
+ >
-
+
设备状态
+ @click="deviceType = 1">设备状态
-
+
设备控制
+ @click="deviceType = 3">设备控制
+
@@ -88,9 +78,26 @@
-
-
- {{ getStatusConfig(deviceDetail.status).text }}
+
+
+ 空闲
+
+
+
+ 打印中
+
+
+
+ 准备中
+
+
+
+
+ 铲件中
+
+
+
+ 断开
@@ -132,12 +139,7 @@
{{ field.label }}
-
- {{ formatSecondsToHMS(printInfo[field.key]) }}
-
-
- {{ printInfo[field.key] }}
-
+ {{ printInfo[field.key] }}
@@ -148,27 +150,25 @@
-
+
暂无日志数据
- 设备运行日志将在这里显示
+
+
-
+
打印文件名称:
-
+
+ src="https://online.totustec.com/upload/deviceManage/clear_deviceN_icon.png">
@@ -187,11 +187,11 @@
+ :style="{ backgroundColor: deviceDetail.status === 0 || printInfo.status !== 6 ? '#cccccc' : '#ffffff' }">
继续打印
+ :style="{ color: deviceDetail.status === 0 || printInfo.status !== 6 ? '#ece8e8' : '#333333' }">继续打印
@@ -222,6 +222,7 @@
}">退出打印
+
@@ -242,19 +243,19 @@