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
王涛
2022-02-18 10:07:22 +0800
Commit
78e45665fa145280d66b9cdedaae38ab6fa4a53a
2 parents
fda33601
0a8e9886
Merge branch 'master-v32-xwx' into 'master'
宁夏-自动化巡检-sheet页详情优化 See merge request
!385
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/inspectionreportAdd.js
hg-monitor-web-base/src/main/resources/static/src/views/baseconfig/inspectionreport/add.html
hg-monitor-web-base/src/main/resources/static/src/controller/inspectionreportAdd.js
View file @
78e4566
...
...
@@ -386,7 +386,7 @@ layui.define(['table', 'form', 'laydate', 'laytpl','common','sessions','xmSelect
var
lastRowCell
=
JSON
.
parse
(
data
.
lastRowCell
);
layer
.
open
({
type
:
'1'
,
title
:
'
新增sheet页
'
,
title
:
'
sheet页详情
'
,
btn
:
[
"保存"
,
"取消"
]
,
area
:
[
'80%'
,
'90%'
]
,
shade
:
0.3
...
...
hg-monitor-web-base/src/main/resources/static/src/views/baseconfig/inspectionreport/add.html
View file @
78e4566
...
...
@@ -167,7 +167,7 @@
<
label
class
=
"col-md-4 control-label"
><
button
type
=
"button"
class
=
"layui-btn layui-btn-normal"
id
=
"contentResult"
>
获取列信息
<
/button></
label
>
<
/div
>
<
/div
>
<
div
class
=
"layui-form-item col-show-area"
>
<
div
class
=
"layui-form-item col-show-area"
style
=
"height: 260px"
>
<
form
onsubmit
=
"return false"
id
=
"colNameForm"
>
<
table
class
=
"layui-table"
>
<
thead
>
...
...
Please
register
or
login
to post a comment