为阅片任务分配了阅片人,但是阅片人还没有初始化账号时,阅片任务相关页面没有展示阅片人
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
aa3131d76f
commit
134bc697e2
|
@ -253,7 +253,7 @@
|
||||||
<!-- 阅片人 -->
|
<!-- 阅片人 -->
|
||||||
<el-table-column prop="UserName" :label="$t('trials:reviewTrack:table:reader')" width="130" sortable="custom"
|
<el-table-column prop="UserName" :label="$t('trials:reviewTrack:table:reader')" width="130" sortable="custom"
|
||||||
show-overflow-tooltip>
|
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-if="viewStatus">{{ scope.row.UserName }}</span>
|
||||||
<span v-else>{{ scope.row.UserName }}({{ scope.row.FullName }})</span>
|
<span v-else>{{ scope.row.UserName }}({{ scope.row.FullName }})</span>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -230,7 +230,7 @@
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
show-overflow-tooltip
|
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})` }}
|
{{ `${scope.row.UserName}(${scope.row.FullName})` }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
Loading…
Reference in New Issue