登录日志修改
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-12-30 14:18:41 +08:00
parent a78d848424
commit 24e05ebc3e
2 changed files with 18 additions and 4 deletions

View File

@ -123,13 +123,13 @@
show-overflow-tooltip
sortable="custom"
/>
<el-table-column
<!-- <el-table-column
:label="$t('system:loginLog:table:LoginFaildName')"
prop="LoginFaildName"
min-width="180"
show-overflow-tooltip
sortable="custom"
/>
/> -->
<el-table-column
:label="$t('system:loginLog:table:LoginUserName')"
prop="ActionUserName"
@ -137,6 +137,13 @@
show-overflow-tooltip
sortable="custom"
/>
<el-table-column
:label="$t('system:loginLog:table:Aetionlserlype')"
prop="ActionUserType"
min-width="100"
show-overflow-tooltip
sortable="custom"
/>
<!-- <el-table-column
:label="$t('system:loginLog:table:LoginUserType')"
prop="LoginUserTypeEnum"

View File

@ -135,14 +135,14 @@
show-overflow-tooltip
sortable="custom"
/> -->
<el-table-column
<!-- <el-table-column
v-if="!isMine"
:label="$t('trials:loginLog:table:incorrectUserName')"
prop="LoginFaildName"
min-width="90"
show-overflow-tooltip
sortable="custom"
/>
/> -->
<el-table-column
:label="$t('trials:loginLog:table:userName')"
prop="ActionUserName"
@ -150,6 +150,13 @@
show-overflow-tooltip
sortable="custom"
/>
<el-table-column
:label="$t('trials:loginLog:table:Aetionlserlype')"
prop="ActionUserType"
min-width="100"
show-overflow-tooltip
sortable="custom"
/>
<!-- <el-table-column
:label="$t('trials:loginLog:table:userType')"
prop="LoginUserTypeEnum"