Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
so-manage-ui
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
smart-operation
so-manage-ui
Commits
b5dd6f33
Commit
b5dd6f33
authored
Jun 19, 2023
by
李鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新建菜单
parent
fdea6f94
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
65 additions
and
2 deletions
+65
-2
src/components/bg-menu.vue
src/components/bg-menu.vue
+2
-2
src/page/main/auto-maintenance/host-manage/index.vue
src/page/main/auto-maintenance/host-manage/index.vue
+7
-0
src/page/main/auto-maintenance/task-history/index.vue
src/page/main/auto-maintenance/task-history/index.vue
+7
-0
src/page/main/auto-maintenance/task-manage/index.vue
src/page/main/auto-maintenance/task-manage/index.vue
+7
-0
src/page/main/forewarning/list/index.vue
src/page/main/forewarning/list/index.vue
+7
-0
src/page/main/forewarning/rule-set/index.vue
src/page/main/forewarning/rule-set/index.vue
+7
-0
src/page/main/ticket/business-ticket-list/index.vue
src/page/main/ticket/business-ticket-list/index.vue
+7
-0
src/page/main/ticket/business-ticket-manage/index.vue
src/page/main/ticket/business-ticket-manage/index.vue
+7
-0
src/page/main/ticket/my-business-ticket/index.vue
src/page/main/ticket/my-business-ticket/index.vue
+7
-0
src/page/main/ticket/my-warn-ticket/index.vue
src/page/main/ticket/my-warn-ticket/index.vue
+7
-0
No files found.
src/components/bg-menu.vue
View file @
b5dd6f33
...
...
@@ -13,7 +13,7 @@
<!-- 菜单 -->
<div
class=
"main-menu"
>
<!-- 前台菜单 -->
<div
v-if=
"fontMenu && fontMenu.length"
class=
"font-menu"
>
<
!--
<
div
v-if=
"fontMenu && fontMenu.length"
class=
"font-menu"
>
<div
v-for=
"(item, index) in fontMenu"
v-show=
"item.menuType !== 2"
...
...
@@ -40,7 +40,7 @@
</div>
</div>
</div>
</div>
</div>
-->
<!-- 后管菜单 -->
<div
v-if=
"managerMenu && managerMenu.length"
class=
"manager-menu"
>
...
...
src/page/main/auto-maintenance/host-manage/index.vue
0 → 100644
View file @
b5dd6f33
<
template
>
<div>
主机管理
</div>
</
template
>
<
script
setup
></
script
>
<
style
lang=
"scss"
scoped
></
style
>
src/page/main/auto-maintenance/task-history/index.vue
0 → 100644
View file @
b5dd6f33
<
template
>
<div>
任务历史
</div>
</
template
>
<
script
setup
></
script
>
<
style
lang=
"scss"
scoped
></
style
>
src/page/main/auto-maintenance/task-manage/index.vue
0 → 100644
View file @
b5dd6f33
<
template
>
<div>
任务管理
</div>
</
template
>
<
script
setup
></
script
>
<
style
lang=
"scss"
scoped
></
style
>
src/page/main/forewarning/list/index.vue
0 → 100644
View file @
b5dd6f33
<
template
>
<div>
预警列表
</div>
</
template
>
<
script
setup
></
script
>
<
style
lang=
"scss"
scoped
></
style
>
src/page/main/forewarning/rule-set/index.vue
0 → 100644
View file @
b5dd6f33
<
template
>
<div>
预警规则管理
</div>
</
template
>
<
script
setup
></
script
>
<
style
lang=
"scss"
scoped
></
style
>
src/page/main/ticket/business-ticket-list/index.vue
0 → 100644
View file @
b5dd6f33
<
template
>
<div>
业务工单列表
</div>
</
template
>
<
script
setup
></
script
>
<
style
lang=
"scss"
scoped
></
style
>
src/page/main/ticket/business-ticket-manage/index.vue
0 → 100644
View file @
b5dd6f33
<
template
>
<div>
业务工单管理
</div>
</
template
>
<
script
setup
></
script
>
<
style
lang=
"scss"
scoped
></
style
>
src/page/main/ticket/my-business-ticket/index.vue
0 → 100644
View file @
b5dd6f33
<
template
>
<div>
我的业务工单
</div>
</
template
>
<
script
setup
></
script
>
<
style
lang=
"scss"
scoped
></
style
>
src/page/main/ticket/my-warn-ticket/index.vue
0 → 100644
View file @
b5dd6f33
<
template
>
<div>
我的预警工单
</div>
</
template
>
<
script
setup
></
script
>
<
style
lang=
"scss"
scoped
></
style
>
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