fix : 修复专项资金页面搜索功能

This commit is contained in:
2024-05-28 16:42:05 +08:00
parent beb07edc73
commit dd406e4ba6

View File

@@ -15,7 +15,7 @@ const router = useRouter()
const searchConfig = reactive([ const searchConfig = reactive([
{ {
label: '专项资金名称', label: '专项资金名称',
prop: 'requirementName', prop: 'name',
component: 'el-input', component: 'el-input',
props: { props: {
placeholder: '请输入名称查询' placeholder: '请输入名称查询'