Commit c886a313 authored by 牛虎林's avatar 牛虎林

Merge remote-tracking branch 'origin/develop' into develop

parents e07d53eb 89bcc1a3
...@@ -192,8 +192,8 @@ export const searchFormSchema: FormSchema[] = [ ...@@ -192,8 +192,8 @@ export const searchFormSchema: FormSchema[] = [
options: [ options: [
{ label: '责任人一', { label: '责任人一',
value: '责任人一', }, value: '责任人一', },
{ label: '责任人', { label: '责任人',
value: '责任人', }, value: '责任人', },
], ],
placeholder: '责任人', placeholder: '责任人',
}, },
......
...@@ -90,7 +90,7 @@ export const formSchema: FormSchema[] = [ ...@@ -90,7 +90,7 @@ export const formSchema: FormSchema[] = [
}, },
}, },
{ {
label: '学(合计)', label: '学(合计)',
labelWidth: '140px', labelWidth: '140px',
field: 'knowledge', field: 'knowledge',
required: true, required: true,
......
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