Commit deaa8e0d authored by 姬鋆屾's avatar 姬鋆屾

推添加列表搜索条件

parent bcb621fb
...@@ -80,22 +80,22 @@ export default { ...@@ -80,22 +80,22 @@ export default {
isshowTabPane: true, isshowTabPane: true,
search: [ search: [
{ {
name: "year", name: "deptId",
type: "text", type: "select",
label: "考核年度", label: "所属部门",
fuzzy: true, fuzzy: false,
}, },
{ {
name: "windowId", name: "checkStatus",
type: "text", type: "select",
label: "窗口ID", label: "核查状态",
fuzzy: true, fuzzy: false,
}, },
{ {
name: "ownerId", name: "createTimeMonth",
type: "text", type: "month",
label: "窗口负责人id", label: "请选择月份",
fuzzy: true, fuzzy: false,
}, },
], ],
columns: [ columns: [
......
...@@ -81,10 +81,22 @@ export default { ...@@ -81,10 +81,22 @@ export default {
isshowTabPane: true, isshowTabPane: true,
search: [ search: [
{ {
name: "year", name: "deptId",
type: "text", type: "select",
label: "考核年度", label: "所属部门",
fuzzy: true, fuzzy: false,
},
{
name: "checkStatus",
type: "select",
label: "核查状态",
fuzzy: false,
},
{
name: "createTimeMonth",
type: "month",
label: "请选择月份",
fuzzy: false,
}, },
], ],
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