This commit is contained in:
@jyuhsin
2024-12-19 10:33:10 +08:00
parent ca102d285b
commit 3d142b647d
@@ -250,7 +250,7 @@ layout("/layouts/platform.html"){
<el-option
v-for="item in userOptions"
:key="item.id"
:label="item.username"
:label="item.username + ' - ' + item.unitname"
:value="item.id">
</el-option>
</el-select>