From 6e6e2d11d037cfee7e3ab3858faf078edaa61a92 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 29 May 2026 17:29:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=B1=E5=83=8F=E4=B8=8A=E4=BC=A0=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=8F=97=E8=AF=95=E8=80=85=E7=8A=B6=E6=80=81=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=AD=97=E6=AE=B5=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trials/trials-panel/visit/crc-upload/index.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/trials/trials-panel/visit/crc-upload/index.vue b/src/views/trials/trials-panel/visit/crc-upload/index.vue index 81a801ae..17f1ac4d 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/index.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/index.vue @@ -39,8 +39,9 @@ - - + + @@ -875,6 +876,7 @@ const searchDataDefault = () => { SubmitState: null, ChallengeState: null, IsSubjectQuit: "", + SubjectStatus: null // SortField: '', // Asc: false } @@ -1022,7 +1024,7 @@ export default { methods: { // 申请影像退回 async imageBack(row) { - try { + try { let title = `${this.$t('trials:crcUpload:confirmMessage:imageBackTitle').replace('xxx', row.SubjectCode).replace('yyy', row.VisitName)}` this.$prompt(`

${title}

*${this.$t("trials:crcUpload:confirmMessage:ApplyReason")}`, this.$t("trials:crcUpload:confirmMessage:imageBack"), { confirmButtonText: this.$t("common:button:save"),