fix : 修复列表左侧选择框,及正确json格式
This commit is contained in:
@@ -42,7 +42,8 @@ const searchConfig = reactive([
|
||||
clearable: true,
|
||||
placeholder: '请输入资金金额查询'
|
||||
}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
label: '剩余金额(元)',
|
||||
prop: 'residualAmount',
|
||||
component: 'el-input',
|
||||
@@ -50,7 +51,8 @@ const searchConfig = reactive([
|
||||
clearable: true,
|
||||
placeholder: '请输入剩余金额查询'
|
||||
}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
label: '项目数量',
|
||||
prop: 'projectNumber',
|
||||
component: 'el-input',
|
||||
|
||||
Reference in New Issue
Block a user