实现日志消息聚合

This commit is contained in:
GoEdgeLab
2021-05-19 20:52:41 +08:00
parent 9e2b61367a
commit 59564f5702
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")
})
})