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
e849bae2
Commit
e849bae2
authored
Jun 26, 2023
by
张耀
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into zy
parents
f51eda25
d565627b
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
148 additions
and
313 deletions
+148
-313
src/App.vue
src/App.vue
+1
-1
src/bg-ui/bg-filter-group.vue
src/bg-ui/bg-filter-group.vue
+5
-0
src/bg-ui/index.scss
src/bg-ui/index.scss
+1
-1
src/page/main/forewarning/list/index.vue
src/page/main/forewarning/list/index.vue
+5
-5
src/page/main/forewarning/rule-set/detail/index.vue
src/page/main/forewarning/rule-set/detail/index.vue
+7
-0
src/page/main/forewarning/rule-set/index.vue
src/page/main/forewarning/rule-set/index.vue
+129
-306
No files found.
src/App.vue
View file @
e849bae2
<
template
>
<
template
>
<div
id=
"app"
@
click=
"readFlag = false"
>
<div
id=
"app"
@
click=
"readFlag = false"
>
<el-config-provider>
<el-config-provider>
<bg-menu
:path=
"nowParent
.path
"
@
openMsg=
"openMsg"
></bg-menu>
<bg-menu
:path=
"nowParent
? nowParent[0].path : ''
"
@
openMsg=
"openMsg"
></bg-menu>
<div
class=
"container"
v-if=
"pageShow"
>
<div
class=
"container"
v-if=
"pageShow"
>
<!--
<bg-nav
:highlightParentRule=
"highlightParentRule"
:title=
"nowParent.menuName"
width=
"208px"
:list=
"nowParent.children"
v-show=
"navShow"
class=
"con-nav"
/>
-->
<!--
<bg-nav
:highlightParentRule=
"highlightParentRule"
:title=
"nowParent.menuName"
width=
"208px"
:list=
"nowParent.children"
v-show=
"navShow"
class=
"con-nav"
/>
-->
<bg-nav
<bg-nav
...
...
src/bg-ui/bg-filter-group.vue
View file @
e849bae2
...
@@ -13,6 +13,7 @@
...
@@ -13,6 +13,7 @@
@
keydown.enter=
"search"
@
keydown.enter=
"search"
@
clear=
"search"
@
clear=
"search"
clearable
clearable
:style=
"
{ width: inputWidth }"
v-model.trim="modelValue">
v-model.trim="modelValue">
<template
#append
>
<template
#append
>
<div
class=
"append-btn"
@
click=
"search"
>
<div
class=
"append-btn"
@
click=
"search"
>
...
@@ -59,6 +60,10 @@ const props = defineProps({
...
@@ -59,6 +60,10 @@ const props = defineProps({
type
:
Boolean
,
type
:
Boolean
,
default
:
true
,
default
:
true
,
},
},
inputWidth
:
{
type
:
String
,
default
:
"
280px
"
,
},
});
});
watch
(
props
,
(
n
,
o
)
=>
{
watch
(
props
,
(
n
,
o
)
=>
{
...
...
src/bg-ui/index.scss
View file @
e849bae2
...
@@ -1999,7 +1999,7 @@ a {
...
@@ -1999,7 +1999,7 @@ a {
flex
:
1
;
flex
:
1
;
}
}
.right-filter
{
.right-filter
{
width
:
398px
;
min-
width
:
398px
;
justify-content
:
end
;
justify-content
:
end
;
display
:
flex
;
display
:
flex
;
.el-input
{
.el-input
{
...
...
src/page/main/forewarning/list/index.vue
View file @
e849bae2
...
@@ -122,7 +122,7 @@
...
@@ -122,7 +122,7 @@
</bg-pagination>
</bg-pagination>
</div>
</div>
</div>
</div>
<!--
todo:
推送提醒 -->
<!-- 推送提醒 -->
<el-dialog
title=
"推送提醒"
v-model=
"pushDialog"
width=
"780px"
:before-close=
"cancelPushDialog"
>
<el-dialog
title=
"推送提醒"
v-model=
"pushDialog"
width=
"780px"
:before-close=
"cancelPushDialog"
>
<div
class=
"warning_info"
>
<div
class=
"warning_info"
>
<bg-icon
<bg-icon
...
@@ -537,8 +537,8 @@ const pushConfirm = () => {
...
@@ -537,8 +537,8 @@ const pushConfirm = () => {
if
(
state
.
pushType
==
1
)
{
if
(
state
.
pushType
==
1
)
{
ids
.
push
(
state
.
actionRow
.
id
);
ids
.
push
(
state
.
actionRow
.
id
);
}
else
{
}
else
{
state
.
selected
.
forEach
((
e
)
=>
{
ids
=
state
.
selected
.
map
((
e
)
=>
{
ids
.
push
(
e
.
id
)
;
return
e
.
id
;
});
});
}
}
let
params
=
{
let
params
=
{
...
@@ -573,8 +573,8 @@ const confirmClose = () => {
...
@@ -573,8 +573,8 @@ const confirmClose = () => {
if
(
state
.
closeType
==
1
)
{
if
(
state
.
closeType
==
1
)
{
ids
.
push
(
state
.
actionRow
.
id
);
ids
.
push
(
state
.
actionRow
.
id
);
}
else
{
}
else
{
state
.
selected
.
forEach
((
e
)
=>
{
ids
=
state
.
selected
.
map
((
e
)
=>
{
ids
.
push
(
e
.
id
)
;
return
e
.
id
;
});
});
}
}
let
params
=
{
let
params
=
{
...
...
src/page/main/forewarning/rule-set/detail/index.vue
0 → 100644
View file @
e849bae2
<
template
>
<div>
规则详情
</div>
</
template
>
<
script
setup
></
script
>
<
style
lang=
"scss"
scoped
></
style
>
src/page/main/forewarning/rule-set/index.vue
View file @
e849bae2
This diff is collapsed.
Click to expand it.
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