master #3

Merged
bichangxiong merged 19 commits from master into prod 2025-08-29 18:46:27 +08:00
Showing only changes of commit 4e6c160fb6 - Show all commits

View File

@@ -103,6 +103,15 @@ test.forEach((item) => {
});
export const modalSchema: FormSchemaGetter = () => [
{
label: '主键',
fieldName: 'id',
component: 'Input',
dependencies: {
show: () => false,
triggerFields: [''],
},
},
{
label: '人员标签',
fieldName: 'rosterType',