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 777cc4e9..5206cafc 100644
--- a/src/views/trials/trials-panel/visit/qc-check/index.vue
+++ b/src/views/trials/trials-panel/visit/qc-check/index.vue
@@ -144,7 +144,7 @@
- {{ $t("common:button:search") }}
+ {{ $t('common:button:search') }}
- {{ $t("common:button:reset") }}
+ {{ $t('common:button:reset') }}
- {{ $t("common:button:export") }}
+ {{ $t('common:button:export') }}
@@ -229,7 +229,7 @@
:disabled="!(userTypeEnumInt === 1 || userTypeEnumInt === 3)"
@click="handleUrgentStatus(scope.row)"
>
- {{ $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) }}
@@ -290,22 +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') }}
@@ -320,7 +320,7 @@
{{ $t("trials:crcUpload:label:dicom") }}:
+ >{{ $t('trials:crcUpload:label:dicom') }}:
{{ scope.row.DicomStudyCount }},
{{ $t("trials:crcUpload:label:noneDicom") }}:
+ >{{ $t('trials:crcUpload:label:noneDicom') }}:
{{ scope.row.NoneDicomStudyCount }},
{{ $t("trials:crcUpload:label:clinicalData") }}:
- {{ scope.row.IsHaveClinicalData ? "w/" : "w/o" }}{{ $t('trials:crcUpload:label:clinicalData') }}:
+ {{ scope.row.IsHaveClinicalData ? 'w/' : 'w/o' }}
{{ $t("trials:crcUpload:label:noneDicom") }}:
+ >{{ $t('trials:crcUpload:label:noneDicom') }}:
{{ scope.row.NoneDicomStudyCount }}
@@ -350,19 +350,19 @@
? [
scope.row.DicomStudyCount,
scope.row.NoneDicomStudyCount,
- scope.row.IsHaveClinicalData ? "w/" : "w/o",
- ].join(", ")
+ scope.row.IsHaveClinicalData ? 'w/' : 'w/o',
+ ].join(', ')
: [
scope.row.DicomStudyCount,
scope.row.NoneDicomStudyCount,
- ].join(", ")
+ ].join(', ')
}}
-
-
+ -->
- {{
- scope.row.LatestScanDate
- ? moment(scope.row.LatestScanDate).format("YYYY-MM-DD")
- : ""
- }}
+
+
+ {{
+ scope.row.LatestScanDate
+ ? moment(scope.row.LatestScanDate).format('YYYY-MM-DD')
+ : ''
+ }}
+
+
@@ -420,7 +437,7 @@
--
{{
- $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) }}
@@ -503,7 +520,7 @@
"
class="status-primary-circle"
>
- {{ $t("trials:qcCheck:label:preliminary") }}
+ {{ $t('trials:qcCheck:label:preliminary') }}
,
@@ -520,7 +537,7 @@
"
class="status-primary-circle"
>
- {{ $t("trials:qcCheck:label:review") }}
+ {{ $t('trials:qcCheck:label:review') }}
@@ -662,33 +679,33 @@
@@ -753,7 +770,7 @@
:fullscreen="isFullscreen"
>