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
a9300f73257ba6883268dd10c566f5f50ab46112
1 parent
63fdaf1b
处理新增时创建时间必填,但是页面不能操作造成无法提交问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hg-monitor-web-base/src/main/resources/static/src/views/baseconfig/kpiflag/edit.html
hg-monitor-web-base/src/main/resources/static/src/views/baseconfig/kpiflag/edit.html
View file @
a9300f7
...
...
@@ -45,7 +45,7 @@
<div
class=
"inline-half layui-inline"
>
<label
class=
"layui-form-label"
>
创建时间
</label>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
name=
"createTime"
required
lay-verify=
"required"
disabled
placeholder=
"请输入创建人
"
class=
"layui-input"
>
<input
type=
"text"
name=
"createTime"
disabled
placeholder=
"创建时间
"
class=
"layui-input"
>
</div>
</div>
</div>
...
...
Please
register
or
login
to post a comment