fix: 菜单名称管理

This commit is contained in:
lzhizhao 2025-09-15 09:03:10 +08:00
parent 76786741bb
commit bde9df2b38
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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>