1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-07-07 13:42:41 +08:00
parent 9502a285d5
commit ac5a93921c
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<!-- 入组医生列表 -->
<el-table ref="myTable" v-loading="listLoading" v-adaptive="{ bottomOffset: 55 }" :data="list" stripe height="100"
@sort-change="handleSortByColumn">
<el-table-column type="index" width="40" />
<el-table-column type="index" width="40" fixed />
<!-- Name -->
<el-table-column :label="$t('trials:enrolledReviews:table:name')" show-overflow-tooltip fixed width="150"
prop="FirstName" sortable="custom" v-if="!hasPermi(['role:ea'])">