列表优化

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

View File

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

View File

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

View File

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

View File

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

View File

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