|  | @@ -3,6 +3,7 @@ import { FormSchema } from '/@/components/Table';
 | 
	
		
			
				|  |  |  import { getAllRolesList, getAllTenantList } from './user.api';
 | 
	
		
			
				|  |  |  import { rules } from '/@/utils/helper/validator';
 | 
	
		
			
				|  |  |  import { render } from '/@/utils/common/renderUtils';
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  export const columns: BasicColumn[] = [
 | 
	
		
			
				|  |  |    {
 | 
	
		
			
				|  |  |      title: '用户账号',
 | 
	
	
		
			
				|  | @@ -277,6 +278,17 @@ export const formSchema: FormSchema[] = [
 | 
	
		
			
				|  |  |        fileMax: 1,
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  | +  {
 | 
	
		
			
				|  |  | +    label: '签名',
 | 
	
		
			
				|  |  | +    field: 'elcSignPath',
 | 
	
		
			
				|  |  | +    component: 'JUpload',
 | 
	
		
			
				|  |  | +    componentProps: {
 | 
	
		
			
				|  |  | +      fileMax: 1,
 | 
	
		
			
				|  |  | +      fileType: 'image',
 | 
	
		
			
				|  |  | +      bizPath: 'elcSign',
 | 
	
		
			
				|  |  | +      returnUrl: true,
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  |    {
 | 
	
		
			
				|  |  |      label: '生日',
 | 
	
		
			
				|  |  |      field: 'birthday',
 |