@@ -19,47 +25,63 @@
-
-
-
-
-
- 表号:{{item.sn}}
+
+
+
+
+ SN:{{item.sn}}
+ 抄表时间:{{item.reportingTime?item.reportingTime:'未抄表'}}
-
- {{item.status=='0'?'在线':'离线'}}
+
+ {{item.status=='1'?'在线':'离线'}}
-
-
- 护理单元名称:{{item.nuName?item.nuName:'未配置'}}
-
-
- 上次抄表时间:{{item.readTime?item.readTime:'未抄表'}}
-
-
-
-
+ {{item.nuId_dictText?item.nuId_dictText:'未配置'}}
+
+ NUID: {{item.nuId?item.nuId:'未配置'}}
-
-
+
+
+
+
+ {{item.temperature?item.temperature:'-'}}
+ ℃
+
+
+
+
+
+
+ {{item.humidity?item.humidity:'-'}}
+ %
+
+
-
-
- 抄表
-
- 配置
-
- 日志
-
+
+ 
+ 抄表
+
+
+ 
+ 配置
+
+
+ 
+ 日志
+
+
+
+
@@ -83,8 +105,10 @@
import ApiLogAlarmModal from './components/ApiLogAlarmModal.vue'
import DeviceInfoDrawer from "./components/DeviceInfoDrawer.vue";
+ import JDictSelectTag from '/@/components/Form/src/jeecg/components/JDictSelectTag.vue';
import { set } from 'lodash-es';
import {useDrawer} from "@/components/Drawer";
+import JInput from "/@/components/Form/src/jeecg/components/JInput.vue";
//注册drawer
const [registerDrawer, { openDrawer }] = useDrawer();
@@ -173,4 +197,31 @@ const pageParams = ref({ pageNo: 1, pageSize: 8 })
display: block;
position: absolute;
}
+.zxClass{
+ font-size:14px;
+ background: linear-gradient(to right, #1ea0fa, #017de9);
+ border-radius: 8px;
+ height: 35px;
+ color: white;
+ line-height: 35px;
+}
+
+.lxClass{
+ font-size:14px;
+ background: linear-gradient(to right, #cccccc, #cccccc);
+ border-radius: 8px;
+ height: 35px;
+ color: white;
+ line-height: 35px;
+}
+.tbClass{
+ background: #f6f6f6;
+ padding: 8px;
+ border-radius: 5px;
+}
+.antTitle{
+ margin-top: 10px;
+ display: block;
+ font-size: 12px;
+}