列宽调整

rj
caiyiling 2026-07-02 14:06:17 +08:00
parent 77f0c91e74
commit e1f3669aab
5 changed files with 6 additions and 6 deletions

View File

@ -66,7 +66,7 @@
sortable="custom" min-width="160" />
<!--附件-->
<el-table-column prop="AttachmentCount" :label="$t('trials:attachment:table:AttachmentCount')"
show-overflow-tooltip sortable="custom" min-width="150px">
show-overflow-tooltip sortable="custom" min-width="130">
<template slot-scope="scope">
<el-button type="text" @click.stop="openAttachment(scope.row, true)">
{{ scope.row.AttachmentCount }}
@ -76,7 +76,7 @@
</el-table-column>
<!-- 查看最短时间(分钟) -->
<el-table-column prop="SignViewMinimumMinutes" :label="$t('trials:attachment:table:min')" show-overflow-tooltip
sortable="custom" min-width="150" />
sortable="custom" min-width="160" />
<!-- 已有成员(分钟) -->
<el-table-column prop="CurrentStaffTrainDays" :label="$t('trials:attachment:table:CurrentStaffTrainDays')"
show-overflow-tooltip sortable="custom" min-width="150" />

View File

@ -78,7 +78,7 @@
<el-table-column prop="TrialSiteCode" :label="$t('trials:readingPeriod:table:siteCode')" min-width="110"
fixed="left" sortable="custom" show-overflow-tooltip />
<!-- 受试者编号 -->
<el-table-column prop="SubjectCode" :label="$t('trials:readingPeriod:table:subjectCode')" min-width="120"
<el-table-column prop="SubjectCode" :label="$t('trials:readingPeriod:table:subjectCode')" min-width="150"
fixed="left" sortable="custom" show-overflow-tooltip />
<!-- 阅片计划 -->
<el-table-column :label="$t('trials:readingPeriod:table:readingPlan')" align="center" min-width="100">

View File

@ -109,7 +109,7 @@
<el-table-column prop="SiteCode" min-width="100" :label="$t('trials:auditRecord:table:siteNo')" fixed="left"
show-overflow-tooltip sortable="custom" />
<!-- 受试者 -->
<el-table-column prop="SubjectCode" min-width="100" :label="$t('trials:auditRecord:table:subject')" fixed="left"
<el-table-column prop="SubjectCode" min-width="150" :label="$t('trials:auditRecord:table:subject')" fixed="left"
show-overflow-tooltip sortable="custom" />
<!-- 访视 -->
<el-table-column prop="VisitName" min-width="120" :label="$t('trials:auditRecord:table:visit')" fixed="left"

View File

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

View File

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