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