人员配置去除用户类型排序
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b4c0718fa7
commit
30144b479b
|
@ -82,8 +82,7 @@
|
|||
<el-table-column prop="UserName" :label="$t('trials:staff:table:uid')" show-overflow-tooltip sortable
|
||||
min-width="50" />
|
||||
<!-- 用户类型 -->
|
||||
<el-table-column prop="UserType" :label="$t('trials:staff:table:userType')" show-overflow-tooltip sortable
|
||||
width="160">
|
||||
<el-table-column prop="UserType" :label="$t('trials:staff:table:userType')" show-overflow-tooltip width="160">
|
||||
<template slot-scope="scope">
|
||||
<el-button v-if="
|
||||
Array.isArray(scope.row.TrialUserRoleList) &&
|
||||
|
|
Loading…
Reference in New Issue