diff --git a/src/pages/authority/organizationedit.vue b/src/pages/authority/organizationedit.vue index 25299849289d16b50c39e85b82baa7c92b08b18d..e75e7a14d0b591d0939236efea927521888d5b04 100644 --- a/src/pages/authority/organizationedit.vue +++ b/src/pages/authority/organizationedit.vue @@ -1,38 +1,343 @@ - - 1111 - - - - + + + diff --git a/src/pages/authority/organizationuser.vue b/src/pages/authority/organizationuser.vue new file mode 100644 index 0000000000000000000000000000000000000000..1031e08b5d77d3812a6d053a521642276f9cc9ca --- /dev/null +++ b/src/pages/authority/organizationuser.vue @@ -0,0 +1,395 @@ + + + + 权限管理 / 组织管理 / 组织详情 / + 用户管理 + + + + + 用户账号: + + + + 登录密码: + + + + 昵称: + + + + 用户类型: + + + + + + + 业务系统名称: + + + + 域名: + + + + IP地址: + + + + 联系人: + + + + 手机号码: + + + + 邮箱: + + + + 用户组织机构: + + + + + + + 是否禁用: + + + + + + + + 描述: + + + + + 登记人: + + + + + 登记日期: + + + + + 保存 + 取消 + + + + + + + + + + + + + + diff --git a/src/router/index.js b/src/router/index.js index 9034bc5897b6885200b98261ba33b4ac121d9212..a1e4eb3a92ec6730e0aa0501c32708bef83351d8 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -229,10 +229,20 @@ export default new Router({ component: () => import("@/pages/authority/organization"), }, { - path: "/authority/organizationdetail", // 组织管理页 + path: "/authority/organizationdetail", // 组织管理详情 name: "organizationdetail", component: () => import("@/pages/authority/organizationdetail"), }, + { + path: "/authority/organizationedit", // 组织管理组织编辑 + name: "organizationedit", + component: () => import("@/pages/authority/organizationedit"), + }, + { + path: "/authority/organizationuser", // 组织管理组织用户 + name: "organizationuser", + component: () => import("@/pages/authority/organizationuser"), + }, { path: "/authority/users", // 用户管理页 name: "users",
+ 权限管理 / 组织管理 / 组织详情 / + 用户管理 +
用户账号:
登录密码:
昵称:
用户类型:
业务系统名称:
域名:
IP地址:
联系人:
手机号码:
邮箱:
用户组织机构:
是否禁用:
描述:
登记人:
登记日期: