Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
鲁尚清
2021-11-26 19:56:31 +0800
Commit
df8ed131c4648180f3d45fe9e269dfb21c1bda88
2 parents
de9770fd
491d8fc6
Merge branch 'master' of
http://192.168.1.136:82/monitor_v3/hg-monitor-web
into …
…master-v32-lushangqing
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/document/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/analysis/config/index.js
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/document/index.html
View file @
df8ed13
...
...
@@ -55,10 +55,10 @@
<i
class=
"iconfont icon-icon--shangchuan"
></i>
上传
</el-button>
<!-- <el-button type="danger" :size="$global.elementSize" @click="deleteDocument('','file')">-->
<!-- <i class="iconfont icon-shanchuwenjianjia"></i>-->
<!-- 删除-->
<!-- </el-button>-->
<el-button
type=
"danger"
:size=
"$global.elementSize"
@
click=
"deleteDocument('','file')"
v-if=
"isRecycle"
>
<i
class=
"iconfont icon-shanchuwenjianjia"
></i>
删除
</el-button>
<el-button
:size=
"$global.elementSize"
@
click=
"restore()"
v-if=
"isRecycle"
>
<i
class=
"iconfont icon-lunxun"
></i>
还原
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/analysis/config/index.js
View file @
df8ed13
...
...
@@ -194,9 +194,11 @@ export default {
return
{
keyWords
:
keyWords
.
value
,
resType
:
resTypeArr
.
value
.
join
(
','
),
kpiType
:
kpiTypeArr
.
value
.
join
(
','
),
bizType
:
busTypeArr
.
value
.
join
(
','
),
configId
:
config
.
value
kpiId
:
kpiTypeArr
.
value
.
join
(
','
),
busId
:
busTypeArr
.
value
.
join
(
','
),
configId
:
config
.
value
,
page
:
2
,
limit
:
10
}
}
...
...
Please
register
or
login
to post a comment