feat : 需求汇总加上 " 是否在预算内"筛选

This commit is contained in:
2024-11-10 13:50:22 +08:00
parent 5506ebee7a
commit a6ace0a27d

View File

@@ -133,6 +133,18 @@ const searchConfig = ref([
remote: true
}
},
{
label: '是否在预算内',
prop: 'isWithinBudget',
component: shallowRef(fvSelect),
props: {
placeholder: '请选择是否在预算内',
clearable: true,
filterable:true,
cacheKey: 'is_within_budget',
remote: true
}
},
// {
// label: '项目影响',
// prop: 'projectImpact',