fix: 报告管理-权限字段,反显改为用户名

This commit is contained in:
yangjianze
2022-12-15 14:15:52 +08:00
parent a06c857cf8
commit f89cfcca4d
+1 -1
View File
@@ -349,7 +349,7 @@
placeholder="请选择">
<el-checkbox class="check-all" v-model="checked" @change='selectAll'>全选</el-checkbox>
<template v-for="item in userList">
<el-option :label="item.ACCOUNT" :value="item.USID" :key="item.USID"></el-option>
<el-option :label="item.USNAME" :value="item.USID" :key="item.USID"></el-option>
</template>
</el-select>
</el-form-item>