fix : 修复需求征集/汇总/费用台账页面搜索细节

This commit is contained in:
2024-06-18 22:18:35 +08:00
parent 6ab1dc806e
commit 3745c9cb28
6 changed files with 20 additions and 10 deletions

View File

@@ -10,10 +10,10 @@ const tableIns = ref()
const router = useRouter()
const searchConfig = reactive([
{
label: '需求名称',
label: '征集名称',
prop: 'requirementName',
props: {
placeholder: '请输入需求名称',
placeholder: '请输入征集名称',
clearable: true,
checkStrictly: true
},
@@ -34,7 +34,7 @@ const searchConfig = reactive([
},
{
label: '研发主体',
prop: 'productMainBody',
prop: 'rdSubject',
component: shallowRef(fvSelect),
props: {
placeholder: '请选择研发主体',
@@ -46,9 +46,14 @@ const searchConfig = reactive([
},
// {
// label: '项目影响',
// prop: 'projectEffect',
// prop: 'projectImpact',
// component: shallowRef(fvSelect),
// props: {},
// props: {
// placeholder: '请选择项目影响',
// cacheKey: 'project_impact',
// clearable: true,
// filterable: true
// },
// colProps: {}
// },
// {