去除列表项指定中心
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-11-05 13:58:12 +08:00
parent 5cd5e3c34d
commit 0002bd0165
1 changed files with 2 additions and 2 deletions

View File

@ -51,11 +51,11 @@
</template>
</el-table-column>
<!-- 指定中心 -->
<el-table-column prop="SiteCodes" :label="$t('trials:rpManage:table:designatedSite')" show-overflow-tooltip>
<!-- <el-table-column prop="SiteCodes" :label="$t('trials:rpManage:table:designatedSite')" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.SiteCodes.length > 0 ? scope.row.SiteCodes.join(', ') : '' }}
</template>
</el-table-column>
</el-table-column> -->
<!-- 截止日期 -->
<el-table-column prop="ExpirationDate" :label="$t('trials:rpManage:table:expirationDate')" sortable="custom"
show-overflow-tooltip>