实现日志消息聚合

This commit is contained in:
刘祥超
2021-05-19 20:52:41 +08:00
parent da332c2756
commit 58c765e97f
5 changed files with 72 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
Tea.context(function () {
this.$delay(function () {
teaweb.datepicker("day-from-picker")
teaweb.datepicker("day-to-picker")
})
})