fix(机构管理): 角色字段修改

This commit is contained in:
zyn
2024-01-12 15:08:05 +08:00
parent 83133a17db
commit ec0a979cc4
@@ -146,7 +146,7 @@
label="角色"
>
<template slot-scope="scope">
{{ getRoleName(scope.row.roles) }}
{{ scope.row.roles }}
</template>
</el-table-column>
<!-- <el-table-column-->