From fac59f434648256a4811befc77af6316ba544a72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= <2178503051@qq.com> Date: Mon, 8 Jun 2026 11:21:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=90=88=E5=90=8C=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=99=84=E4=BB=B6=E5=9B=BE=E7=89=87=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增附件图片加载区域(从 businessAnnex/techAnnex 等字段提取 OSS 图片) - 支持图片勾选显隐、拖拽排序(上移/下移) - 导出 HTML 预览和 PDF 均支持图片附件页渲染 - @open 重构为 onDialogOpen,自动拉取附件列表 - 新增 loadImage 辅助方法,PDF 导出支持 JPEG 图片嵌入 --- .../components/ContractExportDialog.vue | 162 ++++++++++++++++-- 1 file changed, 151 insertions(+), 11 deletions(-) diff --git a/klp-ui/src/views/crm/contract/components/ContractExportDialog.vue b/klp-ui/src/views/crm/contract/components/ContractExportDialog.vue index a73eb244..1f50acb3 100644 --- a/klp-ui/src/views/crm/contract/components/ContractExportDialog.vue +++ b/klp-ui/src/views/crm/contract/components/ContractExportDialog.vue @@ -1,6 +1,6 @@