diff --git a/src/components/process-control-new.js b/src/components/process-control-new.js new file mode 100644 index 0000000..86255c5 --- /dev/null +++ b/src/components/process-control-new.js @@ -0,0 +1,199 @@ +Vue.component("process-control-new", { + template: ` +
{{ lastRunData.tempOut == undefined ? 0 : lastRunData.tempOut }} ℃
+{{ lastRunData.tempIn == undefined ? 0 : lastRunData.tempIn }}℃
+{{ lastRunData.strong == undefined ? 0 : lastRunData.strong }} MPa
+{{ lastRunData.cooked == undefined ? 0 : lastRunData.cooked }}°C*小时
+设备名称: | +
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ lastChooseDevice.deviceStatus == 1 ? '离线' : '在线' }}
+ |
+
名称: | +
+ 混凝土监控设备-{{ lastChooseDevice.deviceId }}
+ |
+
安装位置: | +{{ lastChooseDevice.address }} | +
设备状态: | +
+
+ {{ lastChooseDevice.deviceStatus == 1 ? '离线' : '在线' }}
+ |
+
设备编码: | +{{ lastChooseDevice.deviceId }} | +
更新时间: | +{{ lastChooseDevice.deviceUpdateTime }} | +
{{ lastRunData.temperature }} ℃
+18-22℃
+{{ lastRunData.humidity }} %RH
+95%RH以上
+设备名称: | +
+
+
+
+
+
+
+ 在线
+ 离线
+ |
+
名称: | +
+ {{ lastChooseDevice.name }}
+ |
+
安装位置: | ++ |
设备状态: | +
+ 无警告/在线
+ |
+
设备编码: | +{{ lastChooseDevice.deviceId }} | +
更新时间: | +{{ lastChooseDevice.create_time }} | +