fix : 修复专项资金页面搜索功能
This commit is contained in:
@@ -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: '请输入名称查询'
|
||||||
|
|||||||
Reference in New Issue
Block a user