违法上报画面筛选样式优化

main
zhufu 2026-02-10 16:29:05 +08:00
parent dcb635c0b3
commit ae0ec3a77c
2 changed files with 2 additions and 1 deletions

View File

@ -55,6 +55,7 @@ import dayjs from 'dayjs';
formConfig: {
labelWidth: 120,
schemas: searchFormSchema,
showAdvancedButton: false,
},
showIndexColumn: false,
rowSelection: {

View File

@ -77,7 +77,7 @@ export const searchFormSchema: FormSchema[] = [
field: 'viotype',
label: '违法类型',
component: 'Select',
colProps: { span: 4 },
colProps: { span: 3 },
componentProps: {
options: violationTypeOptions,
},