Commit f11b5668 authored by 赵啸非's avatar 赵啸非

添加站点分类查询

parent 14652c18
......@@ -53,13 +53,15 @@
{label: "窗口编号", prop: "windowFromnum"},
{label: "取号数量", prop: "pjCount",formatter: this.formatter},
{label: "取号数量", prop: "phCount",formatter: this.formatter},
{label: "", prop: "year",formatter: this.formatter},
{label: "等待时间", prop: "waitTime",formatter: this.formatterDateSeconds},
{label: "", prop: "month",formatter: this.formatter},
{label: "", width: 20, prop: "year",formatter: this.formatter},
{label: "", prop: "day",formatter: this.formatter},
{label: "", width: 20,prop: "month",formatter: this.formatter},
{label: "", width: 20, prop: "day",formatter: this.formatter},
]
}
......
......@@ -55,11 +55,11 @@
{label: "评价数量", prop: "pjCount",formatter: this.formatter},
{label: "", prop: "year",formatter: this.formatter},
{label: "", width: 20, prop: "year",formatter: this.formatter},
{label: "", prop: "month",formatter: this.formatter},
{label: "", width: 20, prop: "month",formatter: this.formatter},
{label: "", prop: "day",formatter: this.formatter},
{label: "", width: 20, 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