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 <el-table-column
prop="ReadingCategory" prop="ReadingCategory"
:label="$t('trials:medicalFeedback:table:readingCategory')" :label="$t('trials:medicalFeedback:table:readingCategory')"
min-width="110" min-width="100"
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')"
min-width="100" width="200"
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="130" width="120"
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="160" min-width="180"
/> />
<!-- 查看最短时间(分钟) --> <!-- 查看最短时间(分钟) -->
<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="150" min-width="140"
/> />
<!-- 是否废除 --> <!-- 是否废除 -->
<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="140" min-width="200"
fixed="right" fixed="right"
> >
<template slot-scope="scope"> <template slot-scope="scope">

View File

@ -158,7 +158,9 @@
min-width="140" min-width="140"
> >
<template slot-scope="scope"> <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> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
@ -169,10 +171,9 @@
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="110" min-width="100"
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
width="140" min-width="100"
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="120" width="140"
> >
<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="160" min-width="150"
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="80" min-width="100"
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="120" min-width="130"
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="90" min-width="120"
sortable="custom" sortable="custom"
> >
<template slot-scope="scope"> <template slot-scope="scope">