feat: 费用导入功能
This commit is contained in:
@@ -27,17 +27,17 @@ const searchConfig = ref(
|
||||
checkStrictly: true
|
||||
}
|
||||
},
|
||||
// {
|
||||
// label: '子项目',
|
||||
// prop: 'subProjectName',
|
||||
// component: 'el-input',
|
||||
// props: {
|
||||
// placeholder: '请输入子项目查询',
|
||||
// clearable: true,
|
||||
// filterable: true,
|
||||
// checkStrictly: true
|
||||
// }
|
||||
// },
|
||||
{
|
||||
label: '子项目',
|
||||
prop: 'subProjectName',
|
||||
component: 'el-input',
|
||||
props: {
|
||||
placeholder: '请输入子项目查询',
|
||||
clearable: true,
|
||||
filterable: true,
|
||||
checkStrictly: true
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '项目类型',
|
||||
prop: 'projectType',
|
||||
|
||||
Reference in New Issue
Block a user