From e2bd9feae629f57e29e0236588f7d15d872f7387 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Mon, 22 Jun 2026 15:17:00 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=BF=83=E8=B0=83=E7=A0=94=E8=A1=A8?=
=?UTF-8?q?=E5=88=86=E4=BA=AB=E4=BF=A1=E6=81=AF=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../trials-panel/attachments/site-research/index.vue | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/views/trials/trials-panel/attachments/site-research/index.vue b/src/views/trials/trials-panel/attachments/site-research/index.vue
index 66af51d5..b9b90924 100644
--- a/src/views/trials/trials-panel/attachments/site-research/index.vue
+++ b/src/views/trials/trials-panel/attachments/site-research/index.vue
@@ -223,6 +223,10 @@
{{ $t('trials:researchRecord:label:link') }}
+
+ {{ $t('trials:researchRecord:label:linkVerificationCode') }}
+ {{ LinkVerificationCode }}
+
{{ $t('trials:researchRecord:label:ValidityPeriod') }}
{{ validityPeriod }}
@@ -312,6 +316,7 @@ export default {
researchState: this.$d.ResearchRecord,
qrcode: null,
validityPeriod: null,
+ LinkVerificationCode: null,
isExpired: false,
shareLoading: false,
shareForm: {
@@ -383,6 +388,7 @@ export default {
this.shareLoading = false
if (res.IsSuccess) {
this.validityPeriod = res.Result.LinkExpirationTime
+ this.LinkVerificationCode = res.Result.LinkVerificationCode || this.$route.query.researchProgramNo
if (!this.validityPeriod) return false
this.getLinkTimeIsExpired()
this.shareLink = `${location.protocol}//${location.host}/researchLogin?trialId=${this.$route.query.trialId}`
@@ -485,7 +491,7 @@ export default {
// 中心调研表链接
this.$copyText(
`${this.$t('trials:researchRecord:message:researchFormLink')}: ${this.shareLink
- }\n${this.$t('trials:researchRecord:label:ValidityPeriod')}:${this.validityPeriod}`
+ }\n${this.$t('trials:researchRecord:label:linkVerificationCode')}:${this.LinkVerificationCode}\n${this.$t('trials:researchRecord:label:ValidityPeriod')}:${this.validityPeriod}`
)
.then((res) => {
// 复制成功