排序删除
continuous-integration/drone/push Build encountered an error Details

uat v1.12.1
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 <!-- <el-table-column prop="UserTypeShortName" :label="$t('trials:staff:table:userType')" show-overflow-tooltip
sortable="custom" min-width="100" /> --> sortable="custom" min-width="100" /> -->
<el-table-column prop="IsAuditRecordUserSelect" :label="$t('trials:staff:table:Join')" show-overflow-tooltip <el-table-column prop="IsAuditRecordUserSelect" :label="$t('trials:staff:table:Join')" show-overflow-tooltip>
sortable="custom">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ $fd('IsJoin', scope.row.IsAuditRecordUserSelect) }}</span> <span>{{ $fd('IsJoin', scope.row.IsAuditRecordUserSelect) }}</span>
</template> </template>