@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user