From 5d09bd2159c9df6c6f61b8eb2571972fbd5f055e Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Fri, 24 Oct 2025 09:49:16 +0800
Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E9=87=8F=E6=A0=B8=E6=9F=A5=E6=96=87?=
=?UTF-8?q?=E4=BB=B6=E4=B8=8B=E8=BD=BD=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../visit/consistency-check/components/fullCheck.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/trials/trials-panel/visit/consistency-check/components/fullCheck.vue b/src/views/trials/trials-panel/visit/consistency-check/components/fullCheck.vue
index 4cc5595d..ac8bf45a 100644
--- a/src/views/trials/trials-panel/visit/consistency-check/components/fullCheck.vue
+++ b/src/views/trials/trials-panel/visit/consistency-check/components/fullCheck.vue
@@ -26,7 +26,7 @@
{{
scope.row.FileName
- }}
+ }}
@@ -42,7 +42,7 @@
{{
$t('trials:consistencyCheck:fullCheck:ResultPath')
- }}
+ }}
@@ -86,7 +86,7 @@ export default {
async download(row, type) {
let url = this.OSSclientConfig.basePath + row[type]
let name = `DataReconciliation_${Date.now()}.xlsx`
- if (type === 'RelativePath') name = row.fileName
+ if (type === 'RelativePath') name = row.FileName
await downLoadFile(url, name)
},
// 获取质疑列表