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