人员配置去除用户类型排序
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-08-27 10:53:04 +08:00
parent b4c0718fa7
commit 30144b479b
1 changed files with 1 additions and 2 deletions

View File

@ -82,8 +82,7 @@
<el-table-column prop="UserName" :label="$t('trials:staff:table:uid')" show-overflow-tooltip sortable <el-table-column prop="UserName" :label="$t('trials:staff:table:uid')" show-overflow-tooltip sortable
min-width="50" /> min-width="50" />
<!-- 用户类型 --> <!-- 用户类型 -->
<el-table-column prop="UserType" :label="$t('trials:staff:table:userType')" show-overflow-tooltip sortable <el-table-column prop="UserType" :label="$t('trials:staff:table:userType')" show-overflow-tooltip width="160">
width="160">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button v-if=" <el-button v-if="
Array.isArray(scope.row.TrialUserRoleList) && Array.isArray(scope.row.TrialUserRoleList) &&