feat : 需求汇总加上 " 是否在预算内"筛选
This commit is contained in:
@@ -133,6 +133,18 @@ const searchConfig = ref([
|
|||||||
remote: true
|
remote: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: '是否在预算内',
|
||||||
|
prop: 'isWithinBudget',
|
||||||
|
component: shallowRef(fvSelect),
|
||||||
|
props: {
|
||||||
|
placeholder: '请选择是否在预算内',
|
||||||
|
clearable: true,
|
||||||
|
filterable:true,
|
||||||
|
cacheKey: 'is_within_budget',
|
||||||
|
remote: true
|
||||||
|
}
|
||||||
|
},
|
||||||
// {
|
// {
|
||||||
// label: '项目影响',
|
// label: '项目影响',
|
||||||
// prop: 'projectImpact',
|
// prop: 'projectImpact',
|
||||||
|
|||||||
Reference in New Issue
Block a user