fix : 修复需求征集/汇总/费用台账页面搜索细节
This commit is contained in:
@@ -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: {}
|
||||
// },
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user