|
|
@ -70,15 +70,12 @@ function Index() {
|
|
|
|
<Space direction='vertical' style={{ width: '100%' }}>
|
|
|
|
<Space direction='vertical' style={{ width: '100%' }}>
|
|
|
|
<SearchForm
|
|
|
|
<SearchForm
|
|
|
|
fieldsConfig={{
|
|
|
|
fieldsConfig={{
|
|
|
|
shows: ['agency', 'audit_state', 'dates', 'year', 'keyword'], // todo: agency是否多选
|
|
|
|
shows: ['agency', 'audit_state', 'dates', 'year', 'keyword'],
|
|
|
|
fieldProps: {
|
|
|
|
fieldProps: {
|
|
|
|
agency: { col: 4 },
|
|
|
|
agency: { col: 4 },
|
|
|
|
dates: { label: t('products:CreateDate') },
|
|
|
|
dates: { label: t('products:CreateDate') },
|
|
|
|
keyword: { label: t('products:Title'), col: 4 },
|
|
|
|
keyword: { label: t('products:Title'), col: 4 },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
fieldComProps: {
|
|
|
|
|
|
|
|
agency: { mode: null }, // 单选 todo: 多选
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
sort: { agency: 1, audit_state: 2, keyword: 100 },
|
|
|
|
sort: { agency: 1, audit_state: 2, keyword: 100 },
|
|
|
|
}}
|
|
|
|
}}
|
|
|
|
initialValue={{
|
|
|
|
initialValue={{
|
|
|
|