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