feat: 企业联调
This commit is contained in:
@@ -7,6 +7,7 @@ export const formConfig = (disabled: Boolean) => {
|
||||
component: 'NsChildForm',
|
||||
componentProps: {
|
||||
schemas: [
|
||||
{ label: '企业名称', field: 'orgName', show: false },
|
||||
{
|
||||
label: '部门名称',
|
||||
field: 'deptName',
|
||||
@@ -90,6 +91,8 @@ export const formConfig2 = (disabled2: Boolean) => {
|
||||
component: 'NsChildForm',
|
||||
componentProps: {
|
||||
schemas: [
|
||||
{ label: '部门名称', field: 'deptName', show: false },
|
||||
|
||||
{
|
||||
label: '角色名称',
|
||||
field: 'zhName',
|
||||
|
Reference in New Issue
Block a user