This website works better with JavaScript.
Explore
Help
Sign In
other2.0
/
mra_mp_backend
Watch
1
Star
0
Fork
You've already forked mra_mp_backend
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
修复代码生成Add、Edit页面多日期选择器只有第一个生效的bug
Browse Source
master
jingjie520
6 years ago
parent
e4984b85f2
commit
f169eaf6cc
2 changed files
with
0 additions
and
2 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
1
ruoyi-generator/src/main/resources/vm/html/add.html.vm
Unescape
Escape
View File
@ -130,7 +130,6 @@
minView: "month",
minView: "month",
autoclose: true
autoclose: true
});
});
#break
#end
#end
#end
#end
#if($table.tree)
#if($table.tree)
1
ruoyi-generator/src/main/resources/vm/html/edit.html.vm
Unescape
Escape
View File
@ -130,7 +130,6 @@
minView: "month",
minView: "month",
autoclose: true
autoclose: true
});
});
#break
#end
#end
#end
#end
#if($table.tree)
#if($table.tree)
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
other2.0/mra_mp_backend
Title
Body
Create Issue