明树Git Lab

Commit f81a5cf9 authored by chenron's avatar chenron

部门管理

parent 28cffdfd
......@@ -46,6 +46,13 @@ const routes = [
// component: () => import('@/views/systemManage/index.vue'),
meta: { menuName: '系统管理', icon: 'tools' },
children: [
{
path: '/systemManage/departManage',
name: '部门管理',
title: 'departManage',
component: () => import('@/views/systemManage/departManage.vue'),
meta: { menuName: '部门管理',}
},
{
path: '/systemManage/userManage',
name: '用户管理',
......
This diff is collapsed.
<template>
<div class="user-manage" v-loading="loading">
<!-- 查询表单 -->
<div class="search-form">
<commonForm
v-model="searchForm"
......@@ -10,8 +9,6 @@
@reset="handleReset"
/>
</div>
<!-- 用户列表表格 -->
<div class="table-container">
<common-table
:tableHeight="tableHeight"
......@@ -52,7 +49,6 @@
</common-table>
</div>
<!-- 用户表单对话框 -->
<el-dialog
v-model="dialogVisible"
:title="dialogTitle"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment