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
王涛
3 years ago
Commit
6a6b31d7cd9f97bfbc0f31a38f97fcc2957137ab
2 parents
91d91b1e
5c7392f7
Merge branch 'master' of
http://192.168.1.136:82/monitor_v3/hg-monitor-web
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/dirctiveIndex.js
hg-monitor-web-base/src/main/resources/static/src/views/baseconfig/reporttype/index.html
hg-monitor-web-base/src/main/resources/static/src/controller/dirctiveIndex.js
View file @
6a6b31d
...
...
@@ -469,7 +469,7 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common',
,
icon
:
1
,
time
:
1000
},
function
()
{
reloadTable
();
//
reloadTable();
});
}).
error
(
function
(
error
)
{
console
.
error
(
error
);
...
...
hg-monitor-web-base/src/main/resources/static/src/views/baseconfig/reporttype/index.html
View file @
6a6b31d
...
...
@@ -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>
...
...
@@ -34,7 +34,7 @@
<!--新增/编辑弹出框-->
<script
type=
"text/html"
id=
"reporttypeEdit"
>
<
form
class
=
"layui-form layui-form-pane"
action
=
""
lay
-
filter
=
"form-reporttype-edit"
id
=
"form-reporttype-edit"
>
<
form
class
=
"layui-form layui-form-pane"
action
=
""
lay
-
filter
=
"form-reporttype-edit"
id
=
"form-reporttype-edit"
onsubmit
=
"return false;"
>
<
input
type
=
"hidden"
name
=
"id"
>
<
fieldset
class
=
"layui-elem-field layui-field-title"
>
<
legend
>
基本信息
<
/legend
>
...
...
Please
register
or
login
to post a comment