Commit 6dde9d76 authored by 赵啸非's avatar 赵啸非

添加站点分类查询

parent b3f647bf
......@@ -44,8 +44,8 @@
search: [
{
name: "peopleName",
type: "姓名",
label: "peopleName",
type: "text",
label: "姓名",
fuzzy: true,
},
],
......
......@@ -47,9 +47,18 @@
search: [
{
name: "peopleName",
type: "评价人姓名",
label: "peopleName",
type: "text",
label: "评价人姓名",
fuzzy: true,
}, {
name: "pjTimeStart",
type: "date",
label: "评价开始时间"
},
{
name: "pjTimeEnd",
type: "date",
label: "评价结束时间"
},
],
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