feat: 用户联调
This commit is contained in:
@@ -9,7 +9,7 @@ export const formConfig = (disabled: Boolean) => {
|
||||
schemas: [
|
||||
{
|
||||
label: '部门名称',
|
||||
field: 'name',
|
||||
field: 'deptName',
|
||||
component: 'NsInput',
|
||||
componentProps: {
|
||||
disabled: disabled,
|
||||
@@ -23,27 +23,27 @@ export const formConfig = (disabled: Boolean) => {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: '上级部门',
|
||||
field: 'department',
|
||||
component: 'NsSelect',
|
||||
componentProps: {
|
||||
disabled: true,
|
||||
options: [
|
||||
{
|
||||
label: '部门1',
|
||||
value: 1,
|
||||
},
|
||||
{
|
||||
label: '部门2',
|
||||
value: 2,
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
// {
|
||||
// label: '上级部门',
|
||||
// field: 'department',
|
||||
// component: 'NsSelect',
|
||||
// componentProps: {
|
||||
// disabled: true,
|
||||
// options: [
|
||||
// {
|
||||
// label: '部门1',
|
||||
// value: 1,
|
||||
// },
|
||||
// {
|
||||
// label: '部门2',
|
||||
// value: 2,
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// },
|
||||
{
|
||||
label: '部门编码',
|
||||
field: 'code',
|
||||
field: 'deptCode',
|
||||
component: 'NsInput',
|
||||
componentProps: {
|
||||
disabled: disabled,
|
||||
|
Reference in New Issue
Block a user