From a6ace0a27d324bf3b0fd3aed91f918795adcf47f Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sun, 10 Nov 2024 13:50:22 +0800 Subject: [PATCH] =?UTF-8?q?feat=20:=20=E9=9C=80=E6=B1=82=E6=B1=87=E6=80=BB?= =?UTF-8?q?=E5=8A=A0=E4=B8=8A=20"=20=E6=98=AF=E5=90=A6=E5=9C=A8=E9=A2=84?= =?UTF-8?q?=E7=AE=97=E5=86=85"=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project-demand/summary/index.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/views/project-demand/summary/index.vue b/src/views/project-demand/summary/index.vue index 392a361..73f14fa 100644 --- a/src/views/project-demand/summary/index.vue +++ b/src/views/project-demand/summary/index.vue @@ -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',