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