Compare commits

...

2 Commits

Author SHA1 Message Date
caiyiling bfe9817544 Merge branch 'uat' into main
continuous-integration/drone/push Build is passing Details
2025-02-14 17:42:54 +08:00
caiyiling f5fd1252c9 登录日志参数更改
continuous-integration/drone/push Build encountered an error Details
2025-02-14 17:41:15 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
v-for="item of $d.UserType"
v-show="item.value !== 7 && item.value !== 8"
:key="'UserType' + item.label"
:value="item.id"
:value="item.label"
:label="item.label"
/>
</el-select>