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
Email Patches
Plain Diff
Browse Files
Authored by
xwx
3 years ago
Commit
77b601e72f5666de09f5ff7df137f56611bc6dd3
1 parent
ee4e17f3
乙方运维按钮样式优化
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/components/page/operationMaintenance/ry/index.html
hg-monitor-web-base/src/main/resources/static/vue3/src/components/page/operationMaintenance/ry/index.js
hg-monitor-web-base/src/main/resources/static/vue3/src/components/page/operationMaintenance/ry/index.html
View file @
77b601e
...
...
@@ -2,8 +2,8 @@
<div>
<!-- 人员信息总汇-->
<el-divider
content-position=
"left"
>
人员信息汇总
</el-divider>
<el-button
@
click=
"deleteUser()"
style=
"float:right;margin-right: 6px;margin-bottom: 6px"
>
删除
</el-button>
<el-button
@
click=
"add"
style=
"float:right;margin-right: 6px;margin-bottom: 6px"
>
录入
</el-button>
<el-button
@
click=
"deleteUser()"
:size=
"$global.elementConfig.size.button"
style=
"float:right;margin-right: 6px;margin-bottom: 6px"
>
删除
</el-button>
<el-button
@
click=
"add"
:size=
"$global.elementConfig.size.button"
style=
"float:right;margin-right: 6px;margin-bottom: 6px"
>
录入
</el-button>
<cm-table-page
:columns=
"columns"
:dataList=
"dataList"
@
loaddata=
"getPage"
@
selectionChange=
"selectionChange"
:showIndex=
"true"
:showBorder=
"true"
:currentPage=
"currentPage"
:total=
"total"
:loading=
"false"
:showSelection=
"true"
:showPage=
"true"
:showTools=
"true"
:height=
"height"
:pageSize=
"pageSize"
>
...
...
hg-monitor-web-base/src/main/resources/static/vue3/src/components/page/operationMaintenance/ry/index.js
View file @
77b601e
...
...
@@ -194,7 +194,7 @@ export default {
id
.
value
=
row
.
id
}
if
(
id
.
value
==
null
||
id
.
value
==
undefined
){
proxy
.
$global
.
showMsg
(
"请选择
用户!"
,
"error"
);
proxy
.
$global
.
showMsg
(
"请选择
需要操作的用户!"
,
'warning'
);
return
;
}
let
params
=
{
...
...
Please
register
or
login
to post a comment