|  | @@ -201,7 +201,7 @@ export const formSchema: FormSchema[] = [
 | 
											
												
													
														|  |      field: 'name',
 |  |      field: 'name',
 | 
											
												
													
														|  |      component: 'Input',
 |  |      component: 'Input',
 | 
											
												
													
														|  |      colProps: {span: 12},
 |  |      colProps: {span: 12},
 | 
											
												
													
														|  | -    labelWidth: 200,
 |  | 
 | 
											
												
													
														|  | 
 |  | +    labelWidth: 250,
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  |      label: '简称(abbreviation)',
 |  |      label: '简称(abbreviation)',
 | 
											
										
											
												
													
														|  | @@ -214,7 +214,7 @@ export const formSchema: FormSchema[] = [
 | 
											
												
													
														|  |      label: '曾用名(nameUsedBefore)',
 |  |      label: '曾用名(nameUsedBefore)',
 | 
											
												
													
														|  |      field: 'nameUsedBefore',
 |  |      field: 'nameUsedBefore',
 | 
											
												
													
														|  |      component: 'Input',
 |  |      component: 'Input',
 | 
											
												
													
														|  | -    labelWidth: 200,
 |  | 
 | 
											
												
													
														|  | 
 |  | +    labelWidth: 250,
 | 
											
												
													
														|  |      colProps: {span: 12},
 |  |      colProps: {span: 12},
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
										
											
												
													
														|  | @@ -228,7 +228,7 @@ export const formSchema: FormSchema[] = [
 | 
											
												
													
														|  |      label: '法人(legalPerson)',
 |  |      label: '法人(legalPerson)',
 | 
											
												
													
														|  |      field: 'legalPerson',
 |  |      field: 'legalPerson',
 | 
											
												
													
														|  |      component: 'Input',
 |  |      component: 'Input',
 | 
											
												
													
														|  | -    labelWidth: 200,
 |  | 
 | 
											
												
													
														|  | 
 |  | +    labelWidth: 250,
 | 
											
												
													
														|  |      colProps: {span: 12},
 |  |      colProps: {span: 12},
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
										
											
												
													
														|  | @@ -242,7 +242,7 @@ export const formSchema: FormSchema[] = [
 | 
											
												
													
														|  |      label: '联系电话(phone)',
 |  |      label: '联系电话(phone)',
 | 
											
												
													
														|  |      field: 'phone',
 |  |      field: 'phone',
 | 
											
												
													
														|  |      component: 'Input',
 |  |      component: 'Input',
 | 
											
												
													
														|  | -    labelWidth: 200,
 |  | 
 | 
											
												
													
														|  | 
 |  | +    labelWidth: 250,
 | 
											
												
													
														|  |      colProps: {span: 12},
 |  |      colProps: {span: 12},
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
										
											
												
													
														|  | @@ -256,7 +256,7 @@ export const formSchema: FormSchema[] = [
 | 
											
												
													
														|  |      label: '注册地址(registerAddress)',
 |  |      label: '注册地址(registerAddress)',
 | 
											
												
													
														|  |      field: 'registerAddress',
 |  |      field: 'registerAddress',
 | 
											
												
													
														|  |      component: 'Input',
 |  |      component: 'Input',
 | 
											
												
													
														|  | -    labelWidth: 200,
 |  | 
 | 
											
												
													
														|  | 
 |  | +    labelWidth: 250,
 | 
											
												
													
														|  |      colProps: {span: 12},
 |  |      colProps: {span: 12},
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
										
											
												
													
														|  | @@ -270,7 +270,7 @@ export const formSchema: FormSchema[] = [
 | 
											
												
													
														|  |      label: '发票地址(invoiceAddress)',
 |  |      label: '发票地址(invoiceAddress)',
 | 
											
												
													
														|  |      field: 'invoiceAddress',
 |  |      field: 'invoiceAddress',
 | 
											
												
													
														|  |      colProps: {span: 12},
 |  |      colProps: {span: 12},
 | 
											
												
													
														|  | -    labelWidth: 200,
 |  | 
 | 
											
												
													
														|  | 
 |  | +    labelWidth: 250,
 | 
											
												
													
														|  |      component: 'Input',
 |  |      component: 'Input',
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
										
											
												
													
														|  | @@ -287,7 +287,7 @@ export const formSchema: FormSchema[] = [
 | 
											
												
													
														|  |      label: '国家(country)',
 |  |      label: '国家(country)',
 | 
											
												
													
														|  |      field: 'country',
 |  |      field: 'country',
 | 
											
												
													
														|  |      colProps: {span: 12},
 |  |      colProps: {span: 12},
 | 
											
												
													
														|  | -    labelWidth: 200,
 |  | 
 | 
											
												
													
														|  | 
 |  | +    labelWidth: 250,
 | 
											
												
													
														|  |      component: 'JDictSelectTag',
 |  |      component: 'JDictSelectTag',
 | 
											
												
													
														|  |      componentProps:{
 |  |      componentProps:{
 | 
											
												
													
														|  |        dictCode:"country"
 |  |        dictCode:"country"
 | 
											
										
											
												
													
														|  | @@ -306,7 +306,7 @@ export const formSchema: FormSchema[] = [
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  |      label: '信用额度(creditLimit)',
 |  |      label: '信用额度(creditLimit)',
 | 
											
												
													
														|  |      field: 'creditLimit',
 |  |      field: 'creditLimit',
 | 
											
												
													
														|  | -    labelWidth: 200,
 |  | 
 | 
											
												
													
														|  | 
 |  | +    labelWidth: 250,
 | 
											
												
													
														|  |      colProps: {span: 12},
 |  |      colProps: {span: 12},
 | 
											
												
													
														|  |      component: 'InputNumber',
 |  |      component: 'InputNumber',
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
										
											
												
													
														|  | @@ -321,7 +321,7 @@ export const formSchema: FormSchema[] = [
 | 
											
												
													
														|  |      label: '佣金(commission)',
 |  |      label: '佣金(commission)',
 | 
											
												
													
														|  |      field: 'commission',
 |  |      field: 'commission',
 | 
											
												
													
														|  |      colProps: {span: 12},
 |  |      colProps: {span: 12},
 | 
											
												
													
														|  | -    labelWidth: 200,
 |  | 
 | 
											
												
													
														|  | 
 |  | +    labelWidth: 250,
 | 
											
												
													
														|  |      component: 'InputNumber',
 |  |      component: 'InputNumber',
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
										
											
												
													
														|  | @@ -355,7 +355,7 @@ export const formSchema: FormSchema[] = [
 | 
											
												
													
														|  |      label: '备注(notes)',
 |  |      label: '备注(notes)',
 | 
											
												
													
														|  |      field: 'notes',
 |  |      field: 'notes',
 | 
											
												
													
														|  |      colProps: {span: 12},
 |  |      colProps: {span: 12},
 | 
											
												
													
														|  | -    labelWidth: 200,
 |  | 
 | 
											
												
													
														|  | 
 |  | +    labelWidth: 250,
 | 
											
												
													
														|  |      component: 'JDictSelectTag',
 |  |      component: 'JDictSelectTag',
 | 
											
												
													
														|  |      componentProps:{
 |  |      componentProps:{
 | 
											
												
													
														|  |          dictCode:"valid_status"
 |  |          dictCode:"valid_status"
 |