重阅列表优化
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d3645a808a
commit
b7413c31b7
|
@ -96,7 +96,7 @@
|
|||
:label="$t('trials:rereadTask:table:isUrgent')"
|
||||
show-overflow-tooltip
|
||||
sortable="custom"
|
||||
min-width="100"
|
||||
min-width="80"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<el-tag v-if="scope.row.OriginalReReadingTask.IsUrgent" type="danger">{{ $fd('YesOrNo', scope.row.OriginalReReadingTask.IsUrgent) }}</el-tag>
|
||||
|
@ -115,14 +115,14 @@
|
|||
<el-table-column
|
||||
prop="OriginalReReadingTask.TrialSiteCode"
|
||||
:label="$t('trials:rereadTask:table:siteCode')"
|
||||
min-width="100"
|
||||
min-width="90"
|
||||
sortable="custom"
|
||||
show-overflow-tooltip
|
||||
/>
|
||||
<!-- 受试者编号 -->
|
||||
<el-table-column
|
||||
prop="OriginalReReadingTask.SubjectCode"
|
||||
min-width="100"
|
||||
min-width="90"
|
||||
:label="$t('trials:rereadTask:table:subjectCode')"
|
||||
sortable="custom"
|
||||
show-overflow-tooltip
|
||||
|
@ -131,7 +131,7 @@
|
|||
<!-- 盲态任务标识 -->
|
||||
<el-table-column
|
||||
prop="OriginalReReadingTask.TaskBlindName"
|
||||
min-width="120"
|
||||
min-width="100"
|
||||
:label="$t('trials:rereadTask:table:taskBlindName')"
|
||||
sortable="custom"
|
||||
show-overflow-tooltip
|
||||
|
@ -148,7 +148,7 @@
|
|||
<el-table-column
|
||||
prop="OriginalReReadingTask.TaskState"
|
||||
:label="$t('trials:rereadTask:table:taskState')"
|
||||
min-width="100"
|
||||
width="120"
|
||||
sortable="custom"
|
||||
show-overflow-tooltip
|
||||
>
|
||||
|
@ -186,7 +186,7 @@
|
|||
<!-- 重阅申请类型 -->
|
||||
<el-table-column
|
||||
prop="RequestReReadingType"
|
||||
min-width="100"
|
||||
width="130"
|
||||
:label="$t('trials:rereadTask:table:requestReReadingType')"
|
||||
sortable="custom"
|
||||
show-overflow-tooltip
|
||||
|
|
Loading…
Reference in New Issue