Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
git test
RuoYi
Commits
c6c71a7e
Commit
c6c71a7e
authored
5 years ago
by
若依
Committed by
Gitee
5 years ago
Browse files
Options
Download
Plain Diff
!128 修复代码生成Add、Edit页面多日期选择器只有第一个生效的bug
Merge pull request !128 from SnowFox/master
parents
e1a38a3b
f169eaf6
master
v4.7.5
v4.7.4
v4.7.3
v4.7.2
v4.7.1
v4.7.0
v4.6.2
v4.6.1
v4.6.0
v4.5.1
v4.5.0
v4.4
v4.3.1
v4.3
v4.2
v4.1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ruoyi-generator/src/main/resources/vm/html/add.html.vm
+0
-1
ruoyi-generator/src/main/resources/vm/html/add.html.vm
ruoyi-generator/src/main/resources/vm/html/edit.html.vm
+0
-1
ruoyi-generator/src/main/resources/vm/html/edit.html.vm
with
0 additions
and
2 deletions
+0
-2
ruoyi-generator/src/main/resources/vm/html/add.html.vm
+
0
-
1
View file @
c6c71a7e
...
...
@@ -132,7 +132,6 @@
minView:
"month"
,
autoclose:
true
});
#
break
#
end
#
end
#
if
($
table
.
tree
)
...
...
This diff is collapsed.
Click to expand it.
ruoyi-generator/src/main/resources/vm/html/edit.html.vm
+
0
-
1
View file @
c6c71a7e
...
...
@@ -132,7 +132,6 @@
minView:
"month"
,
autoclose:
true
});
#
break
#
end
#
end
#
if
($
table
.
tree
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help