新增待办信息

This commit is contained in:
2026-01-03 12:23:57 +08:00
parent 6b8289fdb7
commit 0b1fa8b0dd
11 changed files with 152 additions and 20 deletions

View File

@@ -86,7 +86,7 @@
componentProps: {
selectType: 'userSelect',
},
ifShow: () => types.value === '3',
ifShow: () => ['2', '3'].includes(types.value),
required: true,
colProps: { md: 24, lg: 24 },
},