feat(personLibImg): 1
This commit is contained in:
@@ -103,6 +103,15 @@ test.forEach((item) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const modalSchema: FormSchemaGetter = () => [
|
export const modalSchema: FormSchemaGetter = () => [
|
||||||
|
{
|
||||||
|
label: '主键',
|
||||||
|
fieldName: 'id',
|
||||||
|
component: 'Input',
|
||||||
|
dependencies: {
|
||||||
|
show: () => false,
|
||||||
|
triggerFields: [''],
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: '人员标签',
|
label: '人员标签',
|
||||||
fieldName: 'rosterType',
|
fieldName: 'rosterType',
|
||||||
|
Reference in New Issue
Block a user