From 4e6c160fb60561dd54d94ede75b981dbb898ac71 Mon Sep 17 00:00:00 2001 From: zcxlsm Date: Thu, 28 Aug 2025 21:16:53 +0800 Subject: [PATCH] feat(personLibImg): 1 --- apps/web-antd/src/views/sis/personLibImg/data.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/web-antd/src/views/sis/personLibImg/data.tsx b/apps/web-antd/src/views/sis/personLibImg/data.tsx index 73815bf5..b1f3309c 100644 --- a/apps/web-antd/src/views/sis/personLibImg/data.tsx +++ b/apps/web-antd/src/views/sis/personLibImg/data.tsx @@ -103,6 +103,15 @@ test.forEach((item) => { }); export const modalSchema: FormSchemaGetter = () => [ + { + label: '主键', + fieldName: 'id', + component: 'Input', + dependencies: { + show: () => false, + triggerFields: [''], + }, + }, { label: '人员标签', fieldName: 'rosterType',