待阅和阅片跟踪去除部分排序字段

uat_us
caiyiling 2024-04-15 11:06:35 +08:00
parent 15a7b6d1ac
commit 2f722f8c0e
2 changed files with 0 additions and 2 deletions

View File

@ -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>

View File

@ -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">