From ccc6ee90cbdc843752ea9ff47c3cc53600cbd3cd Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 16 Oct 2025 09:05:05 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E9=98=85=E7=89=87=E6=9C=9F=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=95=B0=E9=87=8F=E9=80=89=E6=8B=A9=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?100=E3=80=81500=E3=80=811000?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../subject/reading-period/components/AddOrEditPR.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/subject/reading-period/components/AddOrEditPR.vue b/src/views/trials/trials-panel/subject/reading-period/components/AddOrEditPR.vue index fc6723db..e3597f0a 100644 --- a/src/views/trials/trials-panel/subject/reading-period/components/AddOrEditPR.vue +++ b/src/views/trials/trials-panel/subject/reading-period/components/AddOrEditPR.vue @@ -152,7 +152,7 @@
- +
From feb205d05e3dc761ad5368b34eb5830d84c3d8c5 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 16 Oct 2025 13:26:47 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E9=98=85=E7=89=87=E5=8D=95=E5=85=83?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=85=8D=E7=BD=AE=E6=98=AF=E5=90=A6=E9=A2=84?= =?UTF-8?q?=E8=AE=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/customize/QuestionFormItem.vue | 4 +- .../customize/QuestionTableFormItem.vue | 22 +- .../reading-unit/components/TableQsForm.vue | 920 ++++++------------ 3 files changed, 290 insertions(+), 656 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionFormItem.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionFormItem.vue index 55eb03c1..35483470 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionFormItem.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionFormItem.vue @@ -8,7 +8,7 @@ style="font-weight: bold;font-size: 14px;margin: 5px 0px;">
{{ question.QuestionName }} - + {{ $t('common:button:add') }}
@@ -39,7 +39,7 @@ {{ $t('common:button:edit') }} {{ $t('common:button:delete') }} diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionTableFormItem.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionTableFormItem.vue index 690db9da..cbb9bc2e 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionTableFormItem.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionTableFormItem.vue @@ -15,14 +15,14 @@ :class="[question.Type === 'group' ? 'mb' : question.Type === 'upload' || question.Type === 'screenshot' ? 'uploadWrapper' : '']"> + :disabled="question.TableQuestionType === 2 || (question.IsCopy && type === 'edit' && !isBaseline && questionForm.IsCurrentTaskAdd === 'False') || question.IsPreinstall" />