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

推添加列表搜索条件

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