|
@@ -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: '用户账号',
|
|
@@ -278,6 +279,17 @@ export const formSchema: FormSchema[] = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
+ label: '签名',
|
|
|
+ field: 'elcSignPath',
|
|
|
+ component: 'JUpload',
|
|
|
+ componentProps: {
|
|
|
+ fileMax: 1,
|
|
|
+ fileType: 'image',
|
|
|
+ bizPath: 'elcSign',
|
|
|
+ returnUrl: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
label: '生日',
|
|
|
field: 'birthday',
|
|
|
component: 'DatePicker',
|