From dd406e4ba63c80bb4f6e0e39e85bb3d5d29fd239 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Tue, 28 May 2024 16:42:05 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E4=B8=93=E9=A1=B9?= =?UTF-8?q?=E8=B5=84=E9=87=91=E9=A1=B5=E9=9D=A2=E6=90=9C=E7=B4=A2=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/special-fund/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/special-fund/index.vue b/src/views/special-fund/index.vue index 477614f..523aeab 100644 --- a/src/views/special-fund/index.vue +++ b/src/views/special-fund/index.vue @@ -15,7 +15,7 @@ const router = useRouter() const searchConfig = reactive([ { label: '专项资金名称', - prop: 'requirementName', + prop: 'name', component: 'el-input', props: { placeholder: '请输入名称查询'