From b331b43b285c32fe972f5d4d60d7abebf87d3e1a Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 10 Apr 2025 17:46:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=8F=8C=E5=87=BB=E3=80=81?= =?UTF-8?q?=E6=8E=88=E6=9D=83=E6=8C=89=E9=92=AE=E5=8C=BA=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-workbench/components/auditDocument/index.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/trials/trials-workbench/components/auditDocument/index.vue b/src/views/trials/trials-workbench/components/auditDocument/index.vue index b1a1fe09..77503183 100644 --- a/src/views/trials/trials-workbench/components/auditDocument/index.vue +++ b/src/views/trials/trials-workbench/components/auditDocument/index.vue @@ -108,7 +108,7 @@ @@ -128,8 +128,7 @@ v-if="rowData.FileFormat && ['png', 'jpg', 'jpeg'].includes(rowData.FileFormat.toLowerCase())" :images="[`${OSSclientConfig.basePath}${rowData.FilePath}`]" :options="viewerOptions"> - Image + Image @@ -966,7 +965,9 @@ export default { // 单行左键双击(进入文件夹或者预览文件) handleRowDblclick(row, column, event) { // 判断点击目标是否为展开按钮 - const isExpandButton = event.target.closest('.el-table__expand-icon'); + let isExpandButton = event.target.closest('.el-table__expand-icon'); + if (isExpandButton) return; // 阻止触发 + isExpandButton = event.target.closest('.IsAuthorization_swich'); if (isExpandButton) return; // 阻止触发 if (!row.AuditDocumentTypeEnum) { this.Id = row.Id