AWS
parent
c1c52f007f
commit
25c14bc463
|
@ -297,22 +297,21 @@
|
||||||
:label="$t('trials:trials-list:table:experimentName')"
|
:label="$t('trials:trials-list:table:experimentName')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
min-width="160"
|
min-width="240"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="Sponsor"
|
prop="Sponsor"
|
||||||
:label="$t('trials:trials-list:table:sponsor')"
|
:label="$t('trials:trials-list:table:sponsor')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="160"
|
min-width="120"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="TrialStatusStr"
|
prop="TrialStatusStr"
|
||||||
:label="$t('trials:trials-list:table:status')"
|
:label="$t('trials:trials-list:table:status')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="160"
|
min-width="120"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-tag v-if="scope.row.TrialStatusStr === 'Initializing'" type="info">{{ $fd('TrialStatusEnum', scope.row.TrialStatusStr) }}</el-tag>
|
<el-tag v-if="scope.row.TrialStatusStr === 'Initializing'" type="info">{{ $fd('TrialStatusEnum', scope.row.TrialStatusStr) }}</el-tag>
|
||||||
|
@ -327,7 +326,7 @@
|
||||||
:label="$t('trials:trials-list:table:ExpetiedTaskCount')"
|
:label="$t('trials:trials-list:table:ExpetiedTaskCount')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="160"
|
min-width="120"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="hasPermi(['role:pm', 'role:apm'])"
|
v-if="hasPermi(['role:pm', 'role:apm'])"
|
||||||
|
@ -335,7 +334,7 @@
|
||||||
:label="$t('trials:trials-list:table:ReReadingApprovalCount')"
|
:label="$t('trials:trials-list:table:ReReadingApprovalCount')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="180"
|
min-width="180"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="hasPermi(['role:pm', 'role:apm'])"
|
v-if="hasPermi(['role:pm', 'role:apm'])"
|
||||||
|
@ -343,7 +342,7 @@
|
||||||
:label="$t('trials:trials-list:table:PendingReconciliationCount')"
|
:label="$t('trials:trials-list:table:PendingReconciliationCount')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="200"
|
min-width="140"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="hasPermi(['role:pm', 'role:apm'])"
|
v-if="hasPermi(['role:pm', 'role:apm'])"
|
||||||
|
@ -351,7 +350,7 @@
|
||||||
:label="$t('trials:trials-list:table:PendingResponseCount')"
|
:label="$t('trials:trials-list:table:PendingResponseCount')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="180"
|
min-width="140"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="hasPermi(['role:crc', 'role:cra'])"
|
v-if="hasPermi(['role:crc', 'role:cra'])"
|
||||||
|
@ -359,7 +358,7 @@
|
||||||
:label="$t('trials:trials-list:table:CRC_UrgentCount')"
|
:label="$t('trials:trials-list:table:CRC_UrgentCount')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="160"
|
min-width="160"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="hasPermi(['role:crc', 'role:cra'])"
|
v-if="hasPermi(['role:crc', 'role:cra'])"
|
||||||
|
@ -367,7 +366,7 @@
|
||||||
:label="$t('trials:trials-list:table:CRC_QCQuestionCount')"
|
:label="$t('trials:trials-list:table:CRC_QCQuestionCount')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="160"
|
min-width="160"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="hasPermi(['role:crc', 'role:cra'])"
|
v-if="hasPermi(['role:crc', 'role:cra'])"
|
||||||
|
@ -375,7 +374,7 @@
|
||||||
:label="$t('trials:trials-list:table:CRC_CheckQuestionCount')"
|
:label="$t('trials:trials-list:table:CRC_CheckQuestionCount')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="160"
|
min-width="160"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="hasPermi(['role:ir'])"
|
v-if="hasPermi(['role:ir'])"
|
||||||
|
@ -383,7 +382,7 @@
|
||||||
:label="$t('trials:trials-list:table:IR_ReadingCriterionList')"
|
:label="$t('trials:trials-list:table:IR_ReadingCriterionList')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="160"
|
min-width="160"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{scope.row.IR_ReadingCriterionList.join(', ')}}
|
{{scope.row.IR_ReadingCriterionList.join(', ')}}
|
||||||
|
@ -395,7 +394,7 @@
|
||||||
:label="$t('trials:trials-list:table:IR_UrgentCount')"
|
:label="$t('trials:trials-list:table:IR_UrgentCount')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="160"
|
min-width="160"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="hasPermi(['role:ir'])"
|
v-if="hasPermi(['role:ir'])"
|
||||||
|
@ -403,7 +402,7 @@
|
||||||
:label="$t('trials:trials-list:table:IR_UnReadCount')"
|
:label="$t('trials:trials-list:table:IR_UnReadCount')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="160"
|
min-width="160"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="hasPermi(['role:ir'])"
|
v-if="hasPermi(['role:ir'])"
|
||||||
|
@ -411,7 +410,7 @@
|
||||||
:label="$t('trials:trials-list:table:IR_TotalReadCount')"
|
:label="$t('trials:trials-list:table:IR_TotalReadCount')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="160"
|
min-width="170"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="hasPermi(['role:ir'])"
|
v-if="hasPermi(['role:ir'])"
|
||||||
|
@ -419,7 +418,7 @@
|
||||||
:label="$t('trials:trials-list:table:IR_PMEmailList')"
|
:label="$t('trials:trials-list:table:IR_PMEmailList')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="160"
|
min-width="170"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{scope.row.IR_PMEmailList.join(', ')}}
|
{{scope.row.IR_PMEmailList.join(', ')}}
|
||||||
|
@ -431,7 +430,7 @@
|
||||||
:label="$t('trials:trials-list:table:IQC_UrgentCount')"
|
:label="$t('trials:trials-list:table:IQC_UrgentCount')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="160"
|
min-width="140"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="hasPermi(['role:iqc'])"
|
v-if="hasPermi(['role:iqc'])"
|
||||||
|
@ -439,7 +438,7 @@
|
||||||
:label="$t('trials:trials-list:table:IQC_ToBeClaimedCount')"
|
:label="$t('trials:trials-list:table:IQC_ToBeClaimedCount')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="160"
|
min-width="140"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="hasPermi(['role:iqc'])"
|
v-if="hasPermi(['role:iqc'])"
|
||||||
|
@ -447,7 +446,7 @@
|
||||||
:label="$t('trials:trials-list:table:IQC_AuditToBeDealedCount')"
|
:label="$t('trials:trials-list:table:IQC_AuditToBeDealedCount')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="160"
|
min-width="140"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="hasPermi(['role:iqc'])"
|
v-if="hasPermi(['role:iqc'])"
|
||||||
|
@ -455,7 +454,7 @@
|
||||||
:label="$t('trials:trials-list:table:IQC_QuestionToBeDealedCount')"
|
:label="$t('trials:trials-list:table:IQC_QuestionToBeDealedCount')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="160"
|
min-width="160"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="hasPermi(['role:iqc'])"
|
v-if="hasPermi(['role:iqc'])"
|
||||||
|
@ -463,7 +462,7 @@
|
||||||
:label="$t('trials:trials-list:table:MIM_UrgentCount')"
|
:label="$t('trials:trials-list:table:MIM_UrgentCount')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="160"
|
min-width="160"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="hasPermi(['role:mim'])"
|
v-if="hasPermi(['role:mim'])"
|
||||||
|
@ -471,7 +470,7 @@
|
||||||
:label="$t('trials:trials-list:table:MIM_UrgentCount')"
|
:label="$t('trials:trials-list:table:MIM_UrgentCount')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="160"
|
min-width="160"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="hasPermi(['role:mim'])"
|
v-if="hasPermi(['role:mim'])"
|
||||||
|
@ -479,7 +478,7 @@
|
||||||
:label="$t('trials:trials-list:table:MIM_PendingReviewCount')"
|
:label="$t('trials:trials-list:table:MIM_PendingReviewCount')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="160"
|
min-width="160"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="hasPermi(['role:mim'])"
|
v-if="hasPermi(['role:mim'])"
|
||||||
|
@ -487,7 +486,7 @@
|
||||||
:label="$t('trials:trials-list:table:MIM_PendingResponseCount')"
|
:label="$t('trials:trials-list:table:MIM_PendingResponseCount')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="160"
|
min-width="160"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="hasPermi(['role:spm', 'role:cpm'])"
|
v-if="hasPermi(['role:spm', 'role:cpm'])"
|
||||||
|
@ -495,7 +494,7 @@
|
||||||
:label="$t('trials:trials-list:table:SPM_ReReadingApprovalCount')"
|
:label="$t('trials:trials-list:table:SPM_ReReadingApprovalCount')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="160"
|
min-width="160"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="hasPermi(['role:spm', 'role:cpm'])"
|
v-if="hasPermi(['role:spm', 'role:cpm'])"
|
||||||
|
@ -503,7 +502,7 @@
|
||||||
:label="$t('trials:trials-list:table:SPM_ReviewerSelectApprovalCount')"
|
:label="$t('trials:trials-list:table:SPM_ReviewerSelectApprovalCount')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
width="160"
|
min-width="160"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="CreateTime"
|
prop="CreateTime"
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="PlanSubjectCount"
|
prop="PlanSubjectCount"
|
||||||
:label="$t('trials:reviewAssign:assignReader:table:plannedSubjectCount')"
|
:label="$t('trials:reviewAssign:assignReader:table:plannedSubjectCount')"
|
||||||
min-width="130"
|
min-width="120"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
>
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="AssignedSubjectCount"
|
prop="AssignedSubjectCount"
|
||||||
:label="$t('trials:reviewAssign:assignReader:table:assignedSubjectCount')"
|
:label="$t('trials:reviewAssign:assignReader:table:assignedSubjectCount')"
|
||||||
min-width="140"
|
min-width="120"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
>
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
@ -86,7 +86,7 @@
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="UserName"
|
prop="UserName"
|
||||||
:label="$t('trials:reviewAssign:assignReader:table:readingType')"
|
:label="$t('trials:reviewAssign:assignReader:table:readingType')"
|
||||||
min-width="260"
|
min-width="280"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="WaitDealAllTaskCount"
|
prop="WaitDealAllTaskCount"
|
||||||
:label="$t('trials:reviewAssign:assignReader:table:pengdingTaskCount')"
|
:label="$t('trials:reviewAssign:assignReader:table:pengdingTaskCount')"
|
||||||
min-width="180"
|
min-width="120"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
>
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
@ -109,7 +109,7 @@
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="WaitDealTrialTaskCount"
|
prop="WaitDealTrialTaskCount"
|
||||||
:label="$t('trials:reviewAssign:assignReader:table:pengdingTrialsTaskCount')"
|
:label="$t('trials:reviewAssign:assignReader:table:pengdingTrialsTaskCount')"
|
||||||
min-width="180"
|
min-width="120"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
>
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
@ -117,7 +117,7 @@
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop=""
|
prop=""
|
||||||
:label="$t('trials:reviewAssign:assignReader:table:averageReadingTime')"
|
:label="$t('trials:reviewAssign:assignReader:table:averageReadingTime')"
|
||||||
min-width="260"
|
min-width="120"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
>
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
|
@ -411,7 +411,7 @@
|
||||||
v-if="manualAllocationVisible"
|
v-if="manualAllocationVisible"
|
||||||
:title="$t('trials:reviewAssign:dialog:assignReader')"
|
:title="$t('trials:reviewAssign:dialog:assignReader')"
|
||||||
:visible.sync="manualAllocationVisible"
|
:visible.sync="manualAllocationVisible"
|
||||||
width="1610px"
|
width="1320px"
|
||||||
:close-on-click-modal="false"
|
:close-on-click-modal="false"
|
||||||
>
|
>
|
||||||
<ManualAllocationTable :TrialReadingCriterionId="TrialReadingCriterionId" :data="rowData" :reading-type="ReadingType" :SubjectAssignSelectList="SubjectAssignSelectList" @close="() => {manualAllocationVisible = false}" @getList="getList"></ManualAllocationTable>
|
<ManualAllocationTable :TrialReadingCriterionId="TrialReadingCriterionId" :data="rowData" :reading-type="ReadingType" :SubjectAssignSelectList="SubjectAssignSelectList" @close="() => {manualAllocationVisible = false}" @getList="getList"></ManualAllocationTable>
|
||||||
|
|
Loading…
Reference in New Issue