新增待办信息
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
componentProps: {
|
||||
selectType: 'userSelect',
|
||||
},
|
||||
ifShow: () => types.value === '3',
|
||||
ifShow: () => ['2', '3'].includes(types.value),
|
||||
required: true,
|
||||
colProps: { md: 24, lg: 24 },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user