1
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-12-25 16:08:42 +08:00
parent 9d3ba7eb57
commit 7fc6f4494b
1 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@
<el-table-column type="index" width="50" /> <el-table-column type="index" width="50" />
<!-- 姓名 --> <!-- 姓名 -->
<el-table-column <el-table-column
prop="UserRealName" prop="FullName"
:label="$t('trials:staff:table:name')" :label="$t('trials:staff:table:name')"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"
@ -133,7 +133,7 @@
/> />
<!-- 用户类型 --> <!-- 用户类型 -->
<el-table-column <el-table-column
prop="UserType" prop="UserTypeShortName"
:label="$t('trials:staff:table:userType')" :label="$t('trials:staff:table:userType')"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"