部分问题修复
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2024-05-08 15:51:48 +08:00
parent fdf6ae36b7
commit bb34a67b07
1 changed files with 5 additions and 1 deletions

View File

@ -117,7 +117,11 @@
:label="$t('trials:trials-myinfo:form:gender')"
show-overflow-tooltip
min-width="140"
></el-table-column>
>
<template slot-scope="scope">
<span>{{ $fd("sex", scope.row.PatientSex) }}</span>
</template>
</el-table-column>
<!--Called AE-->
<el-table-column
prop="CalledAEList"