列表优化

uat_us
caiyiling 2024-06-13 13:19:54 +08:00
parent 0963441235
commit 4b3ef5c7a5
6 changed files with 17 additions and 18 deletions

View File

@ -199,7 +199,7 @@
<el-table-column <el-table-column
prop="ReadingCategory" prop="ReadingCategory"
:label="$t('trials:medicalFeedback:table:readingCategory')" :label="$t('trials:medicalFeedback:table:readingCategory')"
min-width="100" min-width="110"
sortable="custom" sortable="custom"
show-overflow-tooltip show-overflow-tooltip
> >
@ -309,7 +309,7 @@
<el-table-column <el-table-column
:label="$t('common:action:action')" :label="$t('common:action:action')"
width="200" min-width="100"
fixed="right" fixed="right"
> >
<template slot-scope="scope"> <template slot-scope="scope">

View File

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

View File

@ -104,7 +104,7 @@
:label="$t('trials:attachment:table:fileName')" :label="$t('trials:attachment:table:fileName')"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
min-width="180" min-width="160"
/> />
<!-- 查看最短时间(分钟) --> <!-- 查看最短时间(分钟) -->
<el-table-column <el-table-column
@ -112,7 +112,7 @@
:label="$t('trials:attachment:table:min')" :label="$t('trials:attachment:table:min')"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
min-width="140" min-width="150"
/> />
<!-- 是否废除 --> <!-- 是否废除 -->
<el-table-column <el-table-column
@ -156,7 +156,7 @@
<el-table-column <el-table-column
:label="$t('common:action:action')" :label="$t('common:action:action')"
min-width="200" min-width="140"
fixed="right" fixed="right"
> >
<template slot-scope="scope"> <template slot-scope="scope">

View File

@ -158,9 +158,7 @@
min-width="140" min-width="140"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<el-button v-if="scope.row.AttachCNPath" type="text" @click="handlePreview(scope.row.AttachCNPath)"> <span v-if="scope.row.AttachCNPath" @click="handlePreview(scope.row.AttachCNPath)" style="cursor: pointer;color: #428bca;">{{ scope.row.AttachNameCN }}</span>
{{ scope.row.AttachNameCN }}
</el-button>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
@ -171,9 +169,10 @@
min-width="140" min-width="140"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<el-button v-if="scope.row.AttachPath" type="text" @click="handlePreview(scope.row.AttachPath)"> <!-- <el-button v-if="scope.row.AttachPath" type="text" @click="handlePreview(scope.row.AttachPath)">
{{ scope.row.AttachName }} {{ scope.row.AttachName }}
</el-button> </el-button> -->
<span v-if="scope.row.AttachPath" @click="handlePreview(scope.row.AttachPath)" style="cursor: pointer;color: #428bca;">{{ scope.row.AttachName }}</span>
</template> </template>
</el-table-column> </el-table-column>
<!-- 是否需要回执 --> <!-- 是否需要回执 -->

View File

@ -104,7 +104,7 @@
prop="IsUrgent" prop="IsUrgent"
:label="$t('trials:consistencyCheck:table:isUrgent')" :label="$t('trials:consistencyCheck:table:isUrgent')"
show-overflow-tooltip show-overflow-tooltip
min-width="100" min-width="110"
sortable="custom" sortable="custom"
> >
<template slot-scope="scope"> <template slot-scope="scope">
@ -136,7 +136,7 @@
prop="TrialSiteCode" prop="TrialSiteCode"
:label="$t('trials:consistencyCheck:table:siteId')" :label="$t('trials:consistencyCheck:table:siteId')"
show-overflow-tooltip show-overflow-tooltip
min-width="100" width="140"
sortable="custom" sortable="custom"
/> />
<!-- 受试者编号 --> <!-- 受试者编号 -->
@ -166,7 +166,7 @@
prop="Modalitys" prop="Modalitys"
:label="$t('trials:consistencyCheck:table:modality')" :label="$t('trials:consistencyCheck:table:modality')"
show-overflow-tooltip show-overflow-tooltip
width="140" width="120"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.Modalitys }}</span> <span>{{ scope.row.Modalitys }}</span>
@ -233,7 +233,7 @@
prop="CheckTime" prop="CheckTime"
:label="$t('trials:consistencyCheck:table:checkTime')" :label="$t('trials:consistencyCheck:table:checkTime')"
show-overflow-tooltip show-overflow-tooltip
min-width="150" min-width="160"
sortable="custom" sortable="custom"
/> />
<!-- 核查通过时间 --> <!-- 核查通过时间 -->

View File

@ -128,7 +128,7 @@
prop="QCProcessEnum" prop="QCProcessEnum"
:label="$t('trials:crcQuestion:table:qCProcessEnum')" :label="$t('trials:crcQuestion:table:qCProcessEnum')"
show-overflow-tooltip show-overflow-tooltip
min-width="100" min-width="80"
sortable="custom" sortable="custom"
> >
<template slot-scope="scope"> <template slot-scope="scope">
@ -179,7 +179,7 @@
prop="LatestMsgTime" prop="LatestMsgTime"
:label="$t('trials:crcQuestion:table:latestMsgTime')" :label="$t('trials:crcQuestion:table:latestMsgTime')"
show-overflow-tooltip show-overflow-tooltip
min-width="130" min-width="120"
sortable="custom" sortable="custom"
/> />
<!-- 是否关闭 --> <!-- 是否关闭 -->
@ -187,7 +187,7 @@
prop="IsClosed" prop="IsClosed"
:label="$t('trials:crcQuestion:table:isClose')" :label="$t('trials:crcQuestion:table:isClose')"
show-overflow-tooltip show-overflow-tooltip
min-width="120" min-width="90"
sortable="custom" sortable="custom"
> >
<template slot-scope="scope"> <template slot-scope="scope">