待阅和阅片跟踪去除部分排序字段
parent
15a7b6d1ac
commit
2f722f8c0e
|
@ -40,7 +40,6 @@
|
||||||
:label="$t('trials:consistencyCheck:table:isUrgent')"
|
:label="$t('trials:consistencyCheck:table:isUrgent')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
min-width="100"
|
min-width="100"
|
||||||
sortable="custom"
|
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-tag :type="scope.row.UrgentColor === 1 ? 'danger' : scope.row.UrgentColor === 2 ? 'warning' : 'primary'">{{ $fd('YesOrNo', scope.row.IsUrgent) }}</el-tag>
|
<el-tag :type="scope.row.UrgentColor === 1 ? 'danger' : scope.row.UrgentColor === 2 ? 'warning' : 'primary'">{{ $fd('YesOrNo', scope.row.IsUrgent) }}</el-tag>
|
||||||
|
|
|
@ -187,7 +187,6 @@
|
||||||
prop="CompleteClinicalDataEnum"
|
prop="CompleteClinicalDataEnum"
|
||||||
:label="$t('trials:reviewTrack:table:completeClinicalDataEnum')"
|
:label="$t('trials:reviewTrack:table:completeClinicalDataEnum')"
|
||||||
width="160"
|
width="160"
|
||||||
sortable="custom"
|
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
|
Loading…
Reference in New Issue