Compare commits

..

No commits in common. "d3645a808a09c66d2cf2460c127126edbe935b90" and "2ea9786626036b5c739d54dc936c6b9f4da4a6b0" have entirely different histories.

6 changed files with 18 additions and 17 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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