Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
enterprise-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
enterprise-platform
Commits
3ada4bf7
Commit
3ada4bf7
authored
Sep 28, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改js文件
parent
fe93a214
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
enterprise-manager-ui/admin/src/views/staff/list.vue
enterprise-manager-ui/admin/src/views/staff/list.vue
+2
-2
enterprise-manager/src/main/resources/sqlmap/base/system/menu.xml
...se-manager/src/main/resources/sqlmap/base/system/menu.xml
+7
-0
No files found.
enterprise-manager-ui/admin/src/views/staff/list.vue
View file @
3ada4bf7
<
template
>
<div
class=
"page"
>
<LayoutTable
:data=
"tableData"
:config=
"tableConfig"
>
<LayoutTable
:data=
"tableData"
notDel
:config=
"tableConfig"
>
</LayoutTable>
...
...
@@ -83,4 +83,4 @@
};
}
};
</
script
>
\ No newline at end of file
</
script
>
enterprise-manager/src/main/resources/sqlmap/base/system/menu.xml
View file @
3ada4bf7
...
...
@@ -245,6 +245,13 @@
</trim>
<include
refid=
"_orderCols_"
/>
</select>
<!-- 获取子节点 -->
<select
id=
"selectChildrenMenuById"
parameterType=
"String"
resultMap=
"MenuEntity-Map"
>
select * from mortals_xhx_menu as a where find_in_set(#{menuId}, ancestors)
</select>
<!-- 获取 -->
<select
id=
"getListCount"
parameterType=
"paramDto"
resultType=
"int"
>
select count(1)
...
...
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