From ed50dc3f7e2d1f02b7108d387e7c5b232d30fb49 Mon Sep 17 00:00:00 2001 From: lzh Date: Wed, 18 Mar 2026 15:21:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(@vben/web-antd):=20=E5=AE=89=E4=BF=9D?= =?UTF-8?q?=E5=B7=A5=E5=8D=95=E5=91=8A=E8=AD=A6=E5=9B=BE=E7=89=87=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=8F=8A=E4=B8=93=E7=94=A8=E6=B4=BE=E5=8D=95=E8=A1=A8?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 告警图片改为缩略图展示(200x150),添加圆角和悬停放大效果 - 新增安保专用派单表单,基于分页用户列表选择执行人 - 工单中心列表页和详情页均根据工单类型路由到对应派单表单 - 搜索防抖300ms,组件卸载时清理定时器防止内存泄漏 Co-Authored-By: Claude Opus 4.6 (1M context) --- .../components/security-detail-ext.vue | 39 +- .../src/views/ops/work-order/detail/index.vue | 28 +- .../src/views/ops/work-order/index.vue | 23 +- .../modules/security-assign-form.vue | 342 ++++++++++++++++++ 4 files changed, 405 insertions(+), 27 deletions(-) create mode 100644 apps/web-antd/src/views/ops/work-order/modules/security-assign-form.vue diff --git a/apps/web-antd/src/views/ops/security/work-order/components/security-detail-ext.vue b/apps/web-antd/src/views/ops/security/work-order/components/security-detail-ext.vue index 3ef41fdc6..62a69a9c0 100644 --- a/apps/web-antd/src/views/ops/security/work-order/components/security-detail-ext.vue +++ b/apps/web-antd/src/views/ops/security/work-order/components/security-detail-ext.vue @@ -96,7 +96,7 @@ const alarmImages = computed(() => { @@ -142,17 +146,19 @@ const alarmImages = computed(() => { /> 处理图片({{ resultImages.length }}张) -