From 7f5039859d631c5c2c6278fec6d1a45503c12b27 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Wed, 29 Oct 2025 13:10:18 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=91=84=E5=83=8F?= =?UTF-8?q?=E5=A4=B4=E9=A2=84=E8=A7=88-=E9=BC=A0=E6=A0=87=E6=82=AC?= =?UTF-8?q?=E6=B5=AE=E5=9C=A8=E6=8C=89=E9=92=AE=E6=97=B6=E7=9A=84=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E8=89=B2=E5=92=8C=E6=96=87=E5=AD=97=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../iot/tplink/camera/components/CameraPreviewForm.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; } From d119f9367185bfc33ce7b43b5aa51d3fbb99d23c Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Wed, 29 Oct 2025 13:55:22 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=91=84=E5=83=8F=E5=A4=B4-=E9=A2=84?= =?UTF-8?q?=E8=A7=88-=E8=B0=83=E6=95=B4=E6=8C=89=E9=92=AE=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../camera/components/CameraPreviewModal.vue | 853 +++++++++--------- 1 file changed, 441 insertions(+), 412 deletions(-) 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 @@ From 61b6323251826a1e77c47ffae729f3ecafb1d8ba Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Wed, 29 Oct 2025 15:08:28 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E7=89=A9=E8=81=94=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E7=BB=B4=E6=8A=A4=20=E5=88=97=E8=A1=A8=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=961.=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E8=AF=A6=E6=83=85=202=EF=BC=8C=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E7=95=8C=E9=9D=A2=E4=BC=98=E5=8C=96=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../iot/weihu/components/SendOrgDrawer.vue | 32 +++++++++++-------- src/views/iot/weihu/weihu.data.ts | 2 +- 2 files changed, 20 insertions(+), 14 deletions(-) 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 }, } },