阅片人筛选机构城市国家中英文显示
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-03-18 15:18:26 +08:00
parent cfbe3b4839
commit e2ffd76504
1 changed files with 15 additions and 3 deletions

View File

@ -291,21 +291,33 @@
:label="$t('trials:seletctedReviews:table:institution')" :label="$t('trials:seletctedReviews:table:institution')"
show-overflow-tooltip show-overflow-tooltip
width="150" width="150"
/> >
<template slot-scope="scope">
<span>{{ isEN?scope.row.HospitalName:scope.row.HospitalNameCN }}</span>
</template>
</el-table-column>
<!-- City --> <!-- City -->
<el-table-column <el-table-column
prop="City" prop="City"
:label="$t('trials:seletctedReviews:table:city')" :label="$t('trials:seletctedReviews:table:city')"
show-overflow-tooltip show-overflow-tooltip
width="150" width="150"
/> >
<template slot-scope="scope">
<span>{{ isEN?scope.row.City:scope.row.CityCN }}</span>
</template>
</el-table-column>
<!-- Country --> <!-- Country -->
<el-table-column <el-table-column
prop="Country" prop="Country"
:label="$t('trials:seletctedReviews:table:country')" :label="$t('trials:seletctedReviews:table:country')"
show-overflow-tooltip show-overflow-tooltip
width="150" width="150"
/> >
<template slot-scope="scope">
<span>{{ isEN?scope.row.Country:scope.row.CountryCN }}</span>
</template>
</el-table-column>
<!-- Selector --> <!-- Selector -->
<el-table-column <el-table-column
prop="OptUserName" prop="OptUserName"