Commit 70e7e44f authored by 赵啸非's avatar 赵啸非

添加站点分类查询

parent bd792d89
...@@ -57,11 +57,11 @@ ...@@ -57,11 +57,11 @@
{label: "等待时间", prop: "waitTime",formatter: this.formatterDateSeconds}, {label: "等待时间", prop: "waitTime",formatter: this.formatterDateSeconds},
{label: "", width: 20, prop: "year",formatter: this.formatter}, {label: "", width: 60, prop: "year",formatter: this.formatter},
{label: "", width: 20,prop: "month",formatter: this.formatter}, {label: "", width: 60,prop: "month",formatter: this.formatter},
{label: "", width: 20, prop: "day",formatter: this.formatter}, {label: "", width: 60, prop: "day",formatter: this.formatter},
] ]
} }
......
...@@ -55,11 +55,11 @@ ...@@ -55,11 +55,11 @@
{label: "评价数量", prop: "pjCount",formatter: this.formatter}, {label: "评价数量", prop: "pjCount",formatter: this.formatter},
{label: "", width: 40, prop: "year",formatter: this.formatter}, {label: "", width: 60, prop: "year",formatter: this.formatter},
{label: "", width: 40, prop: "month",formatter: this.formatter}, {label: "", width: 60, prop: "month",formatter: this.formatter},
{label: "", width: 40, prop: "day",formatter: this.formatter}, {label: "", width: 60, prop: "day",formatter: this.formatter},
] ]
} }
......
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