uat_us
caiyiling 2024-03-08 11:06:21 +08:00
commit c559ff52b5
3 changed files with 32 additions and 33 deletions

View File

@ -297,22 +297,21 @@
:label="$t('trials:trials-list:table:experimentName')"
show-overflow-tooltip
sortable="custom"
min-width="160"
min-width="240"
/>
<el-table-column
prop="Sponsor"
:label="$t('trials:trials-list:table:sponsor')"
show-overflow-tooltip
sortable="custom"
width="160"
min-width="120"
/>
<el-table-column
prop="TrialStatusStr"
:label="$t('trials:trials-list:table:status')"
show-overflow-tooltip
sortable="custom"
width="160"
min-width="120"
>
<template slot-scope="scope">
<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')"
show-overflow-tooltip
sortable="custom"
width="160"
min-width="120"
/>
<el-table-column
v-if="hasPermi(['role:pm', 'role:apm'])"
@ -335,7 +334,7 @@
:label="$t('trials:trials-list:table:ReReadingApprovalCount')"
show-overflow-tooltip
sortable="custom"
width="180"
min-width="180"
/>
<el-table-column
v-if="hasPermi(['role:pm', 'role:apm'])"
@ -343,7 +342,7 @@
:label="$t('trials:trials-list:table:PendingReconciliationCount')"
show-overflow-tooltip
sortable="custom"
width="200"
min-width="140"
/>
<el-table-column
v-if="hasPermi(['role:pm', 'role:apm'])"
@ -351,7 +350,7 @@
:label="$t('trials:trials-list:table:PendingResponseCount')"
show-overflow-tooltip
sortable="custom"
width="180"
min-width="140"
/>
<el-table-column
v-if="hasPermi(['role:crc', 'role:cra'])"
@ -359,7 +358,7 @@
:label="$t('trials:trials-list:table:CRC_UrgentCount')"
show-overflow-tooltip
sortable="custom"
width="160"
min-width="160"
/>
<el-table-column
v-if="hasPermi(['role:crc', 'role:cra'])"
@ -367,7 +366,7 @@
:label="$t('trials:trials-list:table:CRC_QCQuestionCount')"
show-overflow-tooltip
sortable="custom"
width="160"
min-width="160"
/>
<el-table-column
v-if="hasPermi(['role:crc', 'role:cra'])"
@ -375,7 +374,7 @@
:label="$t('trials:trials-list:table:CRC_CheckQuestionCount')"
show-overflow-tooltip
sortable="custom"
width="160"
min-width="160"
/>
<el-table-column
v-if="hasPermi(['role:ir'])"
@ -383,7 +382,7 @@
:label="$t('trials:trials-list:table:IR_ReadingCriterionList')"
show-overflow-tooltip
sortable="custom"
width="160"
min-width="160"
>
<template slot-scope="scope">
{{scope.row.IR_ReadingCriterionList.join(', ')}}
@ -395,7 +394,7 @@
:label="$t('trials:trials-list:table:IR_UrgentCount')"
show-overflow-tooltip
sortable="custom"
width="160"
min-width="160"
/>
<el-table-column
v-if="hasPermi(['role:ir'])"
@ -403,7 +402,7 @@
:label="$t('trials:trials-list:table:IR_UnReadCount')"
show-overflow-tooltip
sortable="custom"
width="160"
min-width="160"
/>
<el-table-column
v-if="hasPermi(['role:ir'])"
@ -411,7 +410,7 @@
:label="$t('trials:trials-list:table:IR_TotalReadCount')"
show-overflow-tooltip
sortable="custom"
width="160"
min-width="170"
/>
<el-table-column
v-if="hasPermi(['role:ir'])"
@ -419,7 +418,7 @@
:label="$t('trials:trials-list:table:IR_PMEmailList')"
show-overflow-tooltip
sortable="custom"
width="160"
min-width="170"
>
<template slot-scope="scope">
{{scope.row.IR_PMEmailList.join(', ')}}
@ -431,7 +430,7 @@
:label="$t('trials:trials-list:table:IQC_UrgentCount')"
show-overflow-tooltip
sortable="custom"
width="160"
min-width="140"
/>
<el-table-column
v-if="hasPermi(['role:iqc'])"
@ -439,7 +438,7 @@
:label="$t('trials:trials-list:table:IQC_ToBeClaimedCount')"
show-overflow-tooltip
sortable="custom"
width="160"
min-width="140"
/>
<el-table-column
v-if="hasPermi(['role:iqc'])"
@ -447,7 +446,7 @@
:label="$t('trials:trials-list:table:IQC_AuditToBeDealedCount')"
show-overflow-tooltip
sortable="custom"
width="160"
min-width="140"
/>
<el-table-column
v-if="hasPermi(['role:iqc'])"
@ -455,7 +454,7 @@
:label="$t('trials:trials-list:table:IQC_QuestionToBeDealedCount')"
show-overflow-tooltip
sortable="custom"
width="160"
min-width="160"
/>
<el-table-column
v-if="hasPermi(['role:iqc'])"
@ -463,7 +462,7 @@
:label="$t('trials:trials-list:table:MIM_UrgentCount')"
show-overflow-tooltip
sortable="custom"
width="160"
min-width="160"
/>
<el-table-column
v-if="hasPermi(['role:mim'])"
@ -471,7 +470,7 @@
:label="$t('trials:trials-list:table:MIM_UrgentCount')"
show-overflow-tooltip
sortable="custom"
width="160"
min-width="160"
/>
<el-table-column
v-if="hasPermi(['role:mim'])"
@ -479,7 +478,7 @@
:label="$t('trials:trials-list:table:MIM_PendingReviewCount')"
show-overflow-tooltip
sortable="custom"
width="160"
min-width="160"
/>
<el-table-column
v-if="hasPermi(['role:mim'])"
@ -487,7 +486,7 @@
:label="$t('trials:trials-list:table:MIM_PendingResponseCount')"
show-overflow-tooltip
sortable="custom"
width="160"
min-width="160"
/>
<el-table-column
v-if="hasPermi(['role:spm', 'role:cpm'])"
@ -495,7 +494,7 @@
:label="$t('trials:trials-list:table:SPM_ReReadingApprovalCount')"
show-overflow-tooltip
sortable="custom"
width="160"
min-width="160"
/>
<el-table-column
v-if="hasPermi(['role:spm', 'role:cpm'])"
@ -503,7 +502,7 @@
:label="$t('trials:trials-list:table:SPM_ReviewerSelectApprovalCount')"
show-overflow-tooltip
sortable="custom"
width="160"
min-width="160"
/>
<el-table-column
prop="CreateTime"

View File

@ -70,7 +70,7 @@
<el-table-column
prop="PlanSubjectCount"
:label="$t('trials:reviewAssign:assignReader:table:plannedSubjectCount')"
min-width="130"
min-width="120"
show-overflow-tooltip
>
</el-table-column>
@ -78,7 +78,7 @@
<el-table-column
prop="AssignedSubjectCount"
:label="$t('trials:reviewAssign:assignReader:table:assignedSubjectCount')"
min-width="140"
min-width="120"
show-overflow-tooltip
>
</el-table-column>
@ -86,7 +86,7 @@
<el-table-column
prop="UserName"
:label="$t('trials:reviewAssign:assignReader:table:readingType')"
min-width="260"
min-width="280"
show-overflow-tooltip
>
<template slot-scope="scope">
@ -101,7 +101,7 @@
<el-table-column
prop="WaitDealAllTaskCount"
:label="$t('trials:reviewAssign:assignReader:table:pengdingTaskCount')"
min-width="180"
min-width="120"
show-overflow-tooltip
>
</el-table-column>
@ -109,7 +109,7 @@
<el-table-column
prop="WaitDealTrialTaskCount"
:label="$t('trials:reviewAssign:assignReader:table:pengdingTrialsTaskCount')"
min-width="180"
min-width="120"
show-overflow-tooltip
>
</el-table-column>
@ -117,7 +117,7 @@
<el-table-column
prop=""
:label="$t('trials:reviewAssign:assignReader:table:averageReadingTime')"
min-width="260"
min-width="120"
show-overflow-tooltip
>
</el-table-column>

View File

@ -411,7 +411,7 @@
v-if="manualAllocationVisible"
:title="$t('trials:reviewAssign:dialog:assignReader')"
:visible.sync="manualAllocationVisible"
width="1610px"
width="1320px"
:close-on-click-modal="false"
>
<ManualAllocationTable :TrialReadingCriterionId="TrialReadingCriterionId" :data="rowData" :reading-type="ReadingType" :SubjectAssignSelectList="SubjectAssignSelectList" @close="() => {manualAllocationVisible = false}" @getList="getList"></ManualAllocationTable>