From c9286c4a7f7583423dd4db8135464cbfa1296ad7 Mon Sep 17 00:00:00 2001 From: hwj Date: Thu, 15 Jan 2026 16:58:25 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E8=83=BD=E6=BA=90=E6=8A=A5?= =?UTF-8?q?=E8=A1=A8-=E6=97=B6=E9=97=B4=E8=8C=83=E5=9B=B4=E6=8E=A7?= =?UTF-8?q?=E4=BB=B6=E6=B7=BB=E5=8A=A0=E5=B0=8F=E6=97=B6=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/energydevicecheck/index.vue | 69 +++++++++++------------ 1 file changed, 34 insertions(+), 35 deletions(-) diff --git a/src/views/mes/energydevicecheck/index.vue b/src/views/mes/energydevicecheck/index.vue index 1e17a8ec..8900fe01 100644 --- a/src/views/mes/energydevicecheck/index.vue +++ b/src/views/mes/energydevicecheck/index.vue @@ -2,7 +2,8 @@ - + @@ -12,49 +13,34 @@ - + - 查询 - 重置 + + 查询 + + + 重置 + 导出 - + @@ -109,6 +96,14 @@ const selectedIds = ref>([]) const orgOptions = ref<{ label: string; value: string | number; raw?: OrganizationVO }[]>([]) +const getDisabledTime = () => { + const all = Array.from({ length: 60 }, (_, i) => i) + return { + disabledMinutes: () => all, + disabledSeconds: () => all + } +} + const queryParams = reactive({ pageNo: 1, pageSize: 10, @@ -236,8 +231,12 @@ onMounted(async () => { }) -