受试者编号列宽调整

rj
caiyiling 2026-06-25 16:52:12 +08:00
parent 794ebeb42c
commit e64498858d
15 changed files with 22 additions and 22 deletions

View File

@ -315,7 +315,7 @@
<el-table-column
prop="SubjectCode"
:label="$t('trials:consistencyAnalysis:table:subjectCode')"
min-width="120"
min-width="150"
sortable="custom"
show-overflow-tooltip
>
@ -726,7 +726,7 @@
:label="
$t('trials:selftConsistencyAnalysis:table:intervalPeriod')
"
width="100"
width="120"
show-overflow-tooltip
v-if="IsSelfAnalysis"
>

View File

@ -232,7 +232,7 @@
<el-table-column
prop="SubjectCode"
:label="$t('trials:medicalFeedback:table:subjectCode')"
width="140"
width="150"
sortable="custom"
show-overflow-tooltip
>

View File

@ -157,7 +157,7 @@
<el-table-column
prop="SubjectCode"
:label="$t('trials:pmMedicalReview:table:subjectCode')"
min-width="120"
min-width="150"
sortable="custom"
show-overflow-tooltip
>

View File

@ -337,7 +337,7 @@
<el-table-column
prop="SubjectCode"
:label="$t('trials:pmMedicalReview:table:subjectCode')"
width="120"
width="150"
sortable="custom"
show-overflow-tooltip
>

View File

@ -128,7 +128,7 @@
min-width="100" sortable="custom" show-overflow-tooltip />
<!-- 受试者编号 -->
<el-table-column prop="OriginalReReadingTask.SubjectCode" :label="$t('trials:rereadTrack:table:subjectCode')"
min-width="120" sortable="custom" show-overflow-tooltip>
min-width="150" sortable="custom" show-overflow-tooltip>
<template slot-scope="scope">
<span>
{{ getSubjectCode(scope.row.OriginalReReadingTask) }}

View File

@ -79,7 +79,7 @@
<el-table-column prop="TrialSiteCode" :label="$t('trials:reviewAssign:table:siteCode')" width="140"
show-overflow-tooltip sortable="custom" />
<!-- 受试者编号 -->
<el-table-column prop="SubjectCode" :label="$t('trials:reviewAssign:table:subjectCode')" width="140"
<el-table-column prop="SubjectCode" :label="$t('trials:reviewAssign:table:subjectCode')" width="150"
show-overflow-tooltip sortable="custom" />
<!-- 访视 -->
<el-table-column prop="VisitTaskTypeCount" :label="$t('trials:reviewAssign:table:visit')" width="140"

View File

@ -171,7 +171,7 @@
<el-table-column
prop="SubjectCode"
:label="$t('trials:reviewTrack:table:subjectCode')"
min-width="120"
min-width="150"
sortable="custom"
show-overflow-tooltip
>

View File

@ -200,7 +200,7 @@
<el-table-column prop="TrialSiteCode" :label="$t('trials:reviewTrack:table:siteCode')" width="100"
sortable="custom" show-overflow-tooltip />
<!-- 受试者编号 -->
<el-table-column prop="SubjectCode" :label="$t('trials:reviewTrack:table:subjectCode')" min-width="120"
<el-table-column prop="SubjectCode" :label="$t('trials:reviewTrack:table:subjectCode')" min-width="150"
sortable="custom" show-overflow-tooltip>
<template slot-scope="scope">
<span v-if="

View File

@ -172,7 +172,7 @@
<span v-else style="color: #f44336">N/A</span>
</template>
</el-table-column>
<el-table-column prop="SubjectCode" :label="$t('trials:studyList:table:subject')" sortable="custom"
<el-table-column min-width="120" prop="SubjectCode" :label="$t('trials:studyList:table:subject')" sortable="custom"
show-overflow-tooltip />
<el-table-column min-width="90" show-overflow-tooltip>
<template slot="header">

View File

@ -57,23 +57,23 @@
<el-table-column type="index" width="40" />
<!-- Site -->
<el-table-column prop="TrialSiteCode" :label="$t('trials:subject:table:site')" sortable="custom"
show-overflow-tooltip width="120" />
show-overflow-tooltip min-width="120" />
<!-- Code -->
<el-table-column prop="Code" :label="$t('trials:subject:table:subjectId')" show-overflow-tooltip
sortable="custom" width="130" />
sortable="custom" min-width="150" />
<!-- 第二编号 -->
<el-table-column v-if="otherInfo.IsSubjectSecondCodeView" prop="MedicalNo"
:label="$t('trials:subject:table:medicalNo')" show-overflow-tooltip sortable="custom" width="150" />
:label="$t('trials:subject:table:medicalNo')" show-overflow-tooltip sortable="custom" min-width="150" />
<!-- 访视基准日期 -->
<el-table-column prop="FirstGiveMedicineTime" :label="$t('trials:subject:table:firstGiveMedicineTime')"
sortable="custom" show-overflow-tooltip width="150">
sortable="custom" show-overflow-tooltip min-width="150">
<template slot-scope="scope">
{{ scope.row.FirstGiveMedicineTime ? moment(scope.row.FirstGiveMedicineTime).format('YYYY-MM-DD') : '' }}
</template>
</el-table-column>
<!-- Status -->
<el-table-column prop="Status" :label="$t('trials:subject:table:status')" show-overflow-tooltip
sortable="custom" width="120">
sortable="custom" min-width="120">
<template slot-scope="scope">
<el-tag v-if="scope.row.Status === 1" type="primary">{{ $fd('Subject_Visit_Status', scope.row.Status)
}}</el-tag>
@ -99,7 +99,7 @@
show-overflow-tooltip sortable="custom" min-width="140" />
<!-- 计划外访视量 -->
<el-table-column prop="OutPlanVisitCount" :label="$t('trials:subject:table:outPlanVisitCount')"
show-overflow-tooltip sortable="custom" width="160" />
show-overflow-tooltip sortable="custom" min-width="160" />
<!-- 当前提交访视量 -->
<el-table-column prop="TotalVisitSubmmitCount" :label="$t('trials:subject:table:totalVisitSubmmitCount')"
show-overflow-tooltip min-width="130" />
@ -120,7 +120,7 @@
min-width="120" />
<!-- 最新提交访视名称 -->
<el-table-column prop="LatestVisitName" :label="$t('trials:subject:table:latestVisitName')"
show-overflow-tooltip sortable="custom" min-width="120" />
show-overflow-tooltip sortable="custom" min-width="140" />
<el-table-column
v-if="hasPermi(['trials:trials-panel:subject:edit', 'trials:trials-panel:subject:status', 'trials:trials-panel:subject:delete', 'trials:trials-panel:subject:report']) || (hasPermi(['trials:trials-panel:subject:chart']) && isShowChart)"

View File

@ -127,7 +127,7 @@
min-width="100" sortable="custom" />
<!-- 受试者 -->
<el-table-column prop="SubjectCode" :label="$t('trials:crcUpload:table:subjectId')" show-overflow-tooltip
sortable="custom" min-width="120">
sortable="custom" min-width="150">
<template slot-scope="scope">
<span style="margin: 0 4px">{{ scope.row.SubjectCode }}</span>
<!-- -->

View File

@ -92,7 +92,7 @@
prop="SubjectCode"
:label="$t('trials:dicomForward:table:subjectId')"
show-overflow-tooltip
min-width="90"
min-width="140"
sortable="custom"
/>
<!-- 访视名称 -->

View File

@ -146,7 +146,7 @@
min-width="100" sortable="custom" />
<!-- 受试者编号 -->
<el-table-column prop="SubjectCode" :label="$t('trials:qcCheck:table:subjectId')" show-overflow-tooltip
min-width="120" sortable="custom" />
min-width="150" sortable="custom" />
<!-- 访视名称 -->
<el-table-column prop="VisitName" :label="$t('trials:qcCheck:table:visitName')" show-overflow-tooltip
width="130" sortable="custom">

View File

@ -179,7 +179,7 @@
prop="SubjectCode"
:label="$t('trials:qcQuality:table:subjectId')"
show-overflow-tooltip
width="120"
width="150"
sortable="custom"
/>
<!-- 访视名称 -->

View File

@ -115,7 +115,7 @@
show-overflow-tooltip sortable="custom" min-width="120px" />
<!-- 受试者编号 -->
<el-table-column prop="SubjectCode" :label="$t('trials:reuploadAudit:table:subjectId')"
show-overflow-tooltip sortable="custom" min-width="120px" />
show-overflow-tooltip sortable="custom" min-width="140px" />
<!-- 访视名称 -->
<el-table-column prop="VisitName" :label="$t('trials:reuploadAudit:table:visitName')"
show-overflow-tooltip sortable="custom" min-width="120px">