@@ -216,11 +216,7 @@
|
||||
show-overflow-tooltip
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
{{
|
||||
!isEN
|
||||
? `${scope.row.Hospital} / ${scope.row.HospitalCN}`
|
||||
: scope.row.Hospital
|
||||
}}
|
||||
{{ !isEN ? scope.row.HospitalCN : scope.row.Hospital }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
||||
Reference in New Issue
Block a user