[操作日志]增加若干查询条件

This commit is contained in:
GoEdgeLab
2020-11-20 16:36:03 +08:00
parent fc459a50b9
commit f4409363f0
3 changed files with 70 additions and 6 deletions

View File

@@ -0,0 +1,14 @@
Tea.context(function () {
this.$delay(function () {
teaweb.datepicker("day-from-picker")
teaweb.datepicker("day-to-picker")
})
this.logs.forEach(function (v) {
v.moreVisible = false
})
this.showMore = function (log) {
log.moreVisible = !log.moreVisible
}
})