-
+
diff --git a/src/views/trials/trials-panel/visit/qc-check/index.vue b/src/views/trials/trials-panel/visit/qc-check/index.vue
index 3459aa8d..777cc4e9 100644
--- a/src/views/trials/trials-panel/visit/qc-check/index.vue
+++ b/src/views/trials/trials-panel/visit/qc-check/index.vue
@@ -5,15 +5,29 @@
-
-
+
+
-
+
-
+
-
+
@@ -40,11 +57,7 @@
>
{{ item.VisitName }}
-
+
@@ -54,11 +67,35 @@
:label="$t('trials:qcCheck:table:auditState')"
class="my_multiple"
>
-
-
+
+
-
-
+
+
@@ -66,15 +103,27 @@
v-if="OtherInfo.QCProcessEnum !== 0"
:label="$t('trials:qcCheck:table:participant')"
>
-
+
{{ item.HandleUser }}
-
+
{{ item.HandleUserRealName }}
@@ -89,17 +138,30 @@
type="datetimerange"
:default-time="['00:00:00', '23:59:59']"
@change="changeTimeList"
- style="width:240px"
+ style="width: 240px"
/>
- {{ $t('common:button:search') }}
+ {{ $t("common:button:search") }}
-
- {{ $t('common:button:reset') }}
+
+ {{ $t("common:button:reset") }}
+
+
+
+ {{ $t("common:button:export") }}
@@ -110,7 +172,7 @@
- --
+ --
@@ -158,26 +220,36 @@
>
- {{ $fd('YesOrNo', scope.row.IsUrgent) }}
+ {{ $fd("YesOrNo", scope.row.IsUrgent) }}
- {{ $fd('YesOrNo', scope.row.IsUrgent) }}
+ {{ $fd("YesOrNo", scope.row.IsUrgent) }}
- {{ $fd('YesOrNo', scope.row.IsUrgent) }}
- {{ $fd('YesOrNo', scope.row.IsUrgent) }}
+
+ {{ $fd("YesOrNo", scope.row.IsUrgent) }}
+
+
+ {{ $fd("YesOrNo", scope.row.IsUrgent) }}
+
@@ -206,7 +278,11 @@
sortable="custom"
>
-
+
{{ scope.row.VisitName }}
@@ -214,19 +290,22 @@
- {{ $t('trials:crcUpload:label:pd') }}
+ {{ $t("trials:crcUpload:label:pd") }}
- {{ $t('trials:crcUpload:label:lostVisit') }}
+ {{ $t("trials:crcUpload:label:lostVisit") }}
- {{ $t('trials:crcUpload:label:finalVisit') }}
+ {{ $t("trials:crcUpload:label:finalVisit") }}
-
- {{ $t('trials:crcUpload:label:enrollmentConfirm') }}
+
+ {{ $t("trials:crcUpload:label:enrollmentConfirm") }}
@@ -240,15 +319,44 @@
- {{ $t('trials:crcUpload:label:dicom') }}: {{ scope.row.DicomStudyCount }},
-
- {{ $t('trials:crcUpload:label:noneDicom') }}: {{ scope.row.NoneDicomStudyCount }},
- {{ $t('trials:crcUpload:label:clinicalData') }}: {{ scope.row.IsHaveClinicalData?'w/':'w/o' }}
+ {{ $t("trials:crcUpload:label:dicom") }}:
+ {{ scope.row.DicomStudyCount }},
- {{ $t('trials:crcUpload:label:noneDicom') }}: {{ scope.row.NoneDicomStudyCount }}
+
+ {{ $t("trials:crcUpload:label:noneDicom") }}:
+ {{ scope.row.NoneDicomStudyCount }},
+
+ {{ $t("trials:crcUpload:label:clinicalData") }}:
+ {{ scope.row.IsHaveClinicalData ? "w/" : "w/o" }}
+
+ {{ $t("trials:crcUpload:label:noneDicom") }}:
+ {{ scope.row.NoneDicomStudyCount }}
- {{ scope.row.IsBaseLine && OtherInfo.ClinicalInformationTransmissionEnum > 0?[scope.row.DicomStudyCount,scope.row.NoneDicomStudyCount,scope.row.IsHaveClinicalData?'w/':'w/o'].join(', '):[scope.row.DicomStudyCount,scope.row.NoneDicomStudyCount].join(', ') }}
+ {{
+ scope.row.IsBaseLine &&
+ OtherInfo.ClinicalInformationTransmissionEnum > 0
+ ? [
+ scope.row.DicomStudyCount,
+ scope.row.NoneDicomStudyCount,
+ scope.row.IsHaveClinicalData ? "w/" : "w/o",
+ ].join(", ")
+ : [
+ scope.row.DicomStudyCount,
+ scope.row.NoneDicomStudyCount,
+ ].join(", ")
+ }}
@@ -262,7 +370,11 @@
sortable="custom"
>
- {{ scope.row.EarliestScanDate?moment(scope.row.EarliestScanDate).format('YYYY-MM-DD'):'' }}
+ {{
+ scope.row.EarliestScanDate
+ ? moment(scope.row.EarliestScanDate).format("YYYY-MM-DD")
+ : ""
+ }}
@@ -274,7 +386,11 @@
sortable="custom"
>
- {{ scope.row.LatestScanDate?moment(scope.row.LatestScanDate).format('YYYY-MM-DD'):'' }}
+ {{
+ scope.row.LatestScanDate
+ ? moment(scope.row.LatestScanDate).format("YYYY-MM-DD")
+ : ""
+ }}
@@ -302,22 +418,48 @@
sortable="custom"
>
- --
- {{ $fd('AuditStatePE', scope.row.AuditState*1) }}
-
- {{ $fd('AuditStatePE', scope.row.AuditState*1) }}
+ --
+ {{
+ $fd("AuditStatePE", scope.row.AuditState * 1)
+ }}
+
+ {{ $fd("AuditStatePE", scope.row.AuditState * 1) }}
-
- {{ $fd('AuditStateRC', scope.row.AuditState*1) }}
+
+ {{ $fd("AuditStateRC", scope.row.AuditState * 1) }}
-
- {{ $fd('AuditStateRC', scope.row.AuditState*1) }}
+
+ {{ $fd("AuditStateRC", scope.row.AuditState * 1) }}
-
- {{ $fd('AuditStateRC', scope.row.AuditState*1) }}
+
+ {{ $fd("AuditStateRC", scope.row.AuditState * 1) }}
- {{ $fd('AuditStateRC', scope.row.AuditState*1) }}
- {{ $fd('AuditStateRC', scope.row.AuditState*1) }}
+
+ {{ $fd("AuditStateRC", scope.row.AuditState * 1) }}
+
+ {{ $fd("AuditStateRC", scope.row.AuditState * 1) }}
@@ -337,28 +479,48 @@
>
-
+
{{ scope.row.PreliminaryAuditUserName }}
{{ scope.row.PreliminaryAuditUserName }}
- {{ $t('trials:qcCheck:label:preliminary') }}
-
-
- ,
+ {{ $t("trials:qcCheck:label:preliminary") }}
+ ,
-
+
{{ scope.row.ReviewAuditUserName }}
- {{ $t('trials:qcCheck:label:review') }}
+ {{ $t("trials:qcCheck:label:review") }}
@@ -373,13 +535,20 @@
/>
-
+
@@ -397,51 +570,80 @@
:title="$t('trials:qcCheck:button:release')"
circle
icon="el-icon-unlock"
- :disabled="!( scope.row.CurrentActionUserId === userId) || !scope.row.IsTake || scope.row.AuditState*1 > 6"
- @click="handleReciveTask(scope.row,false)"
+ :disabled="
+ !(scope.row.CurrentActionUserId === userId) ||
+ !scope.row.IsTake ||
+ scope.row.AuditState * 1 > 6
+ "
+ @click="handleReciveTask(scope.row, false)"
/>
@@ -450,37 +652,55 @@
-
+
- {{ trialCode }}
- {{ rowData.TrialSiteCode }}
- {{ rowData.SubjectCode }}
+ {{
+ trialCode
+ }}
+ {{
+ rowData.TrialSiteCode
+ }}
+ {{
+ rowData.SubjectCode
+ }}
{{ `${rowData.VisitName} (${rowData.VisitNum})` }}
@@ -504,8 +730,8 @@