新增待办信息

This commit is contained in:
2025-12-30 21:51:57 +08:00
parent 50c1e0dfbe
commit a2040e7d9f
4 changed files with 4 additions and 4 deletions

View File

@@ -67,7 +67,7 @@
dynamicDisabled: true,
},
{
label: t('通知人员'),
label: t('指派人员'),
field: 'participantUser',
fieldLabel: 'participantName',
component: 'ListSelect',

View File

@@ -184,7 +184,7 @@
align: 'left',
},
{
title: t('通知人员'),
title: t('指派人员'),
dataIndex: 'participantName',
key: 'a.participant_name',
sorter: true,

View File

@@ -65,7 +65,7 @@
dynamicDisabled: true,
},
{
label: t('通知人员'),
label: t('指派人员'),
field: 'participantUser',
fieldLabel: 'participantName',
component: 'ListSelect',

View File

@@ -64,7 +64,7 @@
dynamicDisabled: true,
},
{
label: t('通知人员'),
label: t('指派人员'),
field: 'participantUser',
fieldLabel: 'participantName',
component: 'ListSelect',