fix : 修复专项资金页面搜索功能
This commit is contained in:
@@ -15,7 +15,7 @@ const router = useRouter()
|
||||
const searchConfig = reactive([
|
||||
{
|
||||
label: '专项资金名称',
|
||||
prop: 'requirementName',
|
||||
prop: 'name',
|
||||
component: 'el-input',
|
||||
props: {
|
||||
placeholder: '请输入名称查询'
|
||||
|
||||
Reference in New Issue
Block a user