明树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
3b68760b
Commit
3b68760b
authored
Mar 11, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug调整
parent
189a486f
Pipeline
#108217
passed with stage
in 20 seconds
Changes
2
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
395 additions
and
358 deletions
+395
-358
resourceManage.vue
src/views/systemManage/resourceManage.vue
+392
-357
userManage.vue
src/views/systemManage/userManage.vue
+3
-1
No files found.
src/views/systemManage/resourceManage.vue
View file @
3b68760b
This diff is collapsed.
Click to expand it.
src/views/systemManage/userManage.vue
View file @
3b68760b
...
...
@@ -230,7 +230,9 @@ const dialogTitle = ref("新增用户");
// 用户表单数据
const
userForm
=
ref
();
const
userFormData
=
ref
({});
const
userFormData
=
ref
({
enable
:
0
,
});
const
departmentData
=
ref
([]);
const
rolesData
=
ref
([]);
...
...
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