Commit 5c80a4b9 authored by 赵啸非's avatar 赵啸非

修改查询时间段

parent 45e20bb1
...@@ -75,12 +75,17 @@ ...@@ -75,12 +75,17 @@
label: "记录埋点中文名称", label: "记录埋点中文名称",
fuzzy: true fuzzy: true
}, },
{
name: "logTime", {
type: "date", name: "logTimeStart",
label: "日志产生时间", type: "date",
fuzzy: true label: "开始时间"
}, },
{
name: "logTimeEnd",
type: "date",
label: "结束时间"
}
], ],
columns: [ columns: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment