明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_front
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
jt_front
Commits
f81a5cf9
Commit
f81a5cf9
authored
Dec 01, 2025
by
chenron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部门管理
parent
28cffdfd
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
562 additions
and
4 deletions
+562
-4
index.js
src/router/index.js
+7
-0
departManage.vue
src/views/systemManage/departManage.vue
+555
-0
userManage.vue
src/views/systemManage/userManage.vue
+0
-4
No files found.
src/router/index.js
View file @
f81a5cf9
...
@@ -46,6 +46,13 @@ const routes = [
...
@@ -46,6 +46,13 @@ const routes = [
// component: () => import('@/views/systemManage/index.vue'),
// component: () => import('@/views/systemManage/index.vue'),
meta
:
{
menuName
:
'系统管理'
,
icon
:
'tools'
},
meta
:
{
menuName
:
'系统管理'
,
icon
:
'tools'
},
children
:
[
children
:
[
{
path
:
'/systemManage/departManage'
,
name
:
'部门管理'
,
title
:
'departManage'
,
component
:
()
=>
import
(
'@/views/systemManage/departManage.vue'
),
meta
:
{
menuName
:
'部门管理'
,}
},
{
{
path
:
'/systemManage/userManage'
,
path
:
'/systemManage/userManage'
,
name
:
'用户管理'
,
name
:
'用户管理'
,
...
...
src/views/systemManage/departManage.vue
0 → 100644
View file @
f81a5cf9
This diff is collapsed.
Click to expand it.
src/views/systemManage/userManage.vue
View file @
f81a5cf9
<
template
>
<
template
>
<div
class=
"user-manage"
v-loading=
"loading"
>
<div
class=
"user-manage"
v-loading=
"loading"
>
<!-- 查询表单 -->
<div
class=
"search-form"
>
<div
class=
"search-form"
>
<commonForm
<commonForm
v-model=
"searchForm"
v-model=
"searchForm"
...
@@ -10,8 +9,6 @@
...
@@ -10,8 +9,6 @@
@
reset=
"handleReset"
@
reset=
"handleReset"
/>
/>
</div>
</div>
<!-- 用户列表表格 -->
<div
class=
"table-container"
>
<div
class=
"table-container"
>
<common-table
<common-table
:tableHeight=
"tableHeight"
:tableHeight=
"tableHeight"
...
@@ -52,7 +49,6 @@
...
@@ -52,7 +49,6 @@
</common-table>
</common-table>
</div>
</div>
<!-- 用户表单对话框 -->
<el-dialog
<el-dialog
v-model=
"dialogVisible"
v-model=
"dialogVisible"
:title=
"dialogTitle"
:title=
"dialogTitle"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment