排序删除
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-30 12:19:21 +08:00
parent 7d9be5e2b3
commit 0df193c474
1 changed files with 1 additions and 2 deletions

View File

@ -66,8 +66,7 @@
<!-- 用户类型 -->
<!-- <el-table-column prop="UserTypeShortName" :label="$t('trials:staff:table:userType')" show-overflow-tooltip
sortable="custom" min-width="100" /> -->
<el-table-column prop="IsAuditRecordUserSelect" :label="$t('trials:staff:table:Join')" show-overflow-tooltip
sortable="custom">
<el-table-column prop="IsAuditRecordUserSelect" :label="$t('trials:staff:table:Join')" show-overflow-tooltip>
<template slot-scope="scope">
<span>{{ $fd('IsJoin', scope.row.IsAuditRecordUserSelect) }}</span>
</template>