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

This commit is contained in:
2025-02-14 17:42:54 +08:00
@@ -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>