Merge branch 'uat' into main
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
bfe9817544
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue