Merge branch 'uat' into main
continuous-integration/drone/push Build is passing Details

uat
caiyiling 2025-02-14 17:42:54 +08:00
commit bfe9817544
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>