登录日志参数更改
continuous-integration/drone/push Build encountered an error Details

uat
caiyiling 2025-02-14 17:41:15 +08:00
parent b24548dd8b
commit f5fd1252c9
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>