服务访问日志增加今天和历史的访问日志查看

This commit is contained in:
刘祥超
2020-10-31 17:44:48 +08:00
parent 0b6460232f
commit 66f726a3e9
14 changed files with 280 additions and 20 deletions

View File

@@ -0,0 +1,8 @@
Tea.context(function () {
this.$delay(function () {
let that = this
teaweb.datepicker("day-input", function (day) {
that.day = day
})
})
})