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
张凯
3 years ago
Commit
bd484093c580e0097b46fd793e6931802288c5dc
1 parent
905cc7de
屏蔽报表类型管理的批量删除按钮
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
hg-monitor-web-base/src/main/resources/static/src/views/baseconfig/reporttype/index.html
hg-monitor-web-base/src/main/resources/static/src/views/baseconfig/reporttype/index.html
View file @
bd48409
...
...
@@ -21,9 +21,9 @@
<button
class=
"layui-btn layui-btn-sm layui-btn-normal"
id=
"reporttype-create"
>
<i
class=
"layui-icon"
>

</i>
新增
</button>
<button
class=
"layui-btn layui-btn-sm layui-btn-normal"
id=
"btn-reporttype-delete"
>
<i
class=
"layui-icon"
>

</i>
删除
</button>
<!-- <button class="layui-btn layui-btn-sm layui-btn-normal" id="btn-reporttype-delete">-->
<!-- <i class="layui-icon"></i>删除-->
<!-- </button>-->
</div>
<table
id=
"reporttype-table"
lay-filter=
"reporttypetable"
></table>
</div>
...
...
Please
register
or
login
to post a comment