This commit is contained in:
@@ -253,7 +253,7 @@
|
||||
<!-- 阅片人 -->
|
||||
<el-table-column prop="UserName" :label="$t('trials:reviewTrack:table:reader')" width="130" sortable="custom"
|
||||
show-overflow-tooltip>
|
||||
<template v-if="scope.row.UserName" slot-scope="scope">
|
||||
<template v-if="!scope.row.TaskAllocationState" slot-scope="scope">
|
||||
<span v-if="viewStatus">{{ scope.row.UserName }}</span>
|
||||
<span v-else>{{ scope.row.UserName }}({{ scope.row.FullName }})</span>
|
||||
</template>
|
||||
|
||||
@@ -230,7 +230,7 @@
|
||||
sortable="custom"
|
||||
show-overflow-tooltip
|
||||
>
|
||||
<template v-if="scope.row.UserName" slot-scope="scope">
|
||||
<template v-if="!scope.row.TaskAllocationState" slot-scope="scope">
|
||||
{{ `${scope.row.UserName}(${scope.row.FullName})` }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
Reference in New Issue
Block a user