排序删除
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
7d9be5e2b3
commit
0df193c474
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue