Compare commits

...

2 Commits

Author SHA1 Message Date
caiyiling 596ea8f658 Merge branch 'uat' into main
continuous-integration/drone/push Build is passing Details
2025-02-14 17:26:58 +08:00
caiyiling b24548dd8b 登录日志查询条件更改
continuous-integration/drone/push Build encountered an error Details
2025-02-14 17:25:30 +08:00
1 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@
v-if="!isMine"
>
<el-select
v-model="searchData.LoginUserTypeEnum"
v-model="searchData.LoginUserType"
clearable
style="width: 120px"
>
@ -82,7 +82,7 @@
v-for="item of $d.UserType"
v-show="item.value !== 7 && item.value !== 8"
:key="'UserType' + item.label"
:value="item.value"
:value="item.id"
:label="item.label"
/>
</el-select>
@ -250,7 +250,7 @@ const searchDataDefault = () => {
Ip: '',
LoginFaildName: '',
LoginUserName: '',
LoginUserTypeEnum: null,
LoginUserType: null,
BeginDate: '',
EndDate: '',
Asc: false,