diff --git a/src/views/iot/tplink/camera/components/CameraPreviewForm.vue b/src/views/iot/tplink/camera/components/CameraPreviewForm.vue
index 77e5f16..06568cc 100644
--- a/src/views/iot/tplink/camera/components/CameraPreviewForm.vue
+++ b/src/views/iot/tplink/camera/components/CameraPreviewForm.vue
@@ -508,9 +508,9 @@
margin-top:5px;
}
.selectDiv:hover{
- border: 1px solid #a2a3a3;
- background: #a2a3a3;
- color:white;
+ border: 1px solid #f4f5fa;
+ background: #f4f5fa;
+ color:#037FEA;
border-radius: 10px;
cursor: pointer;
}
diff --git a/src/views/iot/tplink/camera/components/CameraPreviewModal.vue b/src/views/iot/tplink/camera/components/CameraPreviewModal.vue
index 09ddc38..c22aa68 100644
--- a/src/views/iot/tplink/camera/components/CameraPreviewModal.vue
+++ b/src/views/iot/tplink/camera/components/CameraPreviewModal.vue
@@ -1,438 +1,467 @@
-
-
+
+
-
-
+
+
-
-
-
-
-
- 对讲
- 结束
-
- {{ resolution }}
-
- 录制
- 结束
-
- 截图
- 报警
-
-
-
-
原图
-
360全景
-
180全景
-
四分屏
-
全景拉伸
-
-
- 分屏
-
-
-
-
-
- 画面旋转
-
-
- 关闭
-
-
+
+
+
+
+
+ 对讲
+ 结束
+
+ {{ resolution
+ }}
+
+ 录制
+ 结束
+
+ 截图
+ 报警
+
+
+
+
原图
+
360全景
+
180全景
+
四分屏
+
全景拉伸
+
+
+ 分屏
+
+
+
+
+
+ 画面旋转
+
+
+ 关闭
+
+
diff --git a/src/views/iot/weihu/components/SendOrgDrawer.vue b/src/views/iot/weihu/components/SendOrgDrawer.vue
index 4c16887..a1a05ba 100644
--- a/src/views/iot/weihu/components/SendOrgDrawer.vue
+++ b/src/views/iot/weihu/components/SendOrgDrawer.vue
@@ -1,14 +1,9 @@
-
-
+
+
+
+
@@ -41,7 +36,7 @@ const [registerDrawer, { setDrawerProps, closeDrawer }] = useDrawerInner(async (
setDrawerProps({ confirmLoading: false, showFooter: showFooter.value });
isUpdate.value = !!data?.isUpdate;
- if(data.records){
+ if (data.records) {
records.value = data.records;
let record = data.records[0];
console.log(record);
@@ -57,7 +52,7 @@ const getTitle = computed(() => {
if (!unref(isUpdate)) {
return '新增维护设备';
} else {
- return unref(showFooter) ? '指定派往机构' : '维护设备详情';
+ return unref(showFooter) ? '指定派往机构' : '详情';
}
});
const { adaptiveWidth } = useDrawerAdaptiveWidth();
@@ -79,4 +74,15 @@ async function handleSubmit() {
}
-
+
diff --git a/src/views/iot/weihu/weihu.data.ts b/src/views/iot/weihu/weihu.data.ts
index 7bef970..3d61184 100644
--- a/src/views/iot/weihu/weihu.data.ts
+++ b/src/views/iot/weihu/weihu.data.ts
@@ -175,7 +175,7 @@ export const formSchema: FormSchema[] = [
showCount: true,
maxlength: 1000,
autosize:{
- minRows: 5
+ minRows: 1
},
}
},