fix: 菜单名称管理
This commit is contained in:
parent
76786741bb
commit
bde9df2b38
|
@ -239,7 +239,7 @@ export default {
|
|||
menuId: getUUID(),
|
||||
parentId: 0,
|
||||
parentName: null,
|
||||
name: "子经营者管理",
|
||||
name: "子账号管理",
|
||||
url: "operation-management/permission/sub-operator/index",
|
||||
perms: "operation-management:permission:sub-operator:index",
|
||||
type: 1,
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<el-option
|
||||
v-for="item in subAccountList"
|
||||
:key="item.accountId"
|
||||
:label="item.name"
|
||||
:label="item.name || item.username"
|
||||
:value="item.accountId"
|
||||
></el-option>
|
||||
</el-select>
|
||||
|
|
Loading…
Reference in New Issue