Merge pull request 'feat : 需求汇总加上 " 是否在预算内"筛选' (#917) from dj into master

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/917
This commit is contained in:
2024-11-10 05:50:37 +00:00

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',