Commit 5fe31722 authored by 高滢's avatar 高滢

feat(完成): 下拉

parent 0804ffb1
...@@ -201,9 +201,9 @@ export const searchFormSchema: FormSchema[] = [ ...@@ -201,9 +201,9 @@ export const searchFormSchema: FormSchema[] = [
component: 'Select', component: 'Select',
componentProps: { componentProps: {
options: [ options: [
{ label: '工程', value: '工程' }, { label: '自投', value: '自投' },
{ label: '代建', value: '代建' },
{ label: '承建', value: '承建' }, { label: '承建', value: '承建' },
{ label: '储备', value: '储备' },
], ],
placeholder: '类型', placeholder: '类型',
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment