排序删除
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user