feat: boolean 类型使用 RadioGroup 解决 select boolean 类型 warn
This commit is contained in:
@@ -26,7 +26,7 @@ const [Grid] = useVbenVxeGrid({
|
||||
{
|
||||
fieldName: 'followUpStatus',
|
||||
label: '状态',
|
||||
component: 'Select',
|
||||
component: 'RadioGroup',
|
||||
componentProps: {
|
||||
allowClear: true,
|
||||
options: FOLLOWUP_STATUS,
|
||||
|
||||
@@ -26,7 +26,7 @@ const [Grid] = useVbenVxeGrid({
|
||||
{
|
||||
fieldName: 'followUpStatus',
|
||||
label: '状态',
|
||||
component: 'Select',
|
||||
component: 'RadioGroup',
|
||||
componentProps: {
|
||||
allowClear: true,
|
||||
options: FOLLOWUP_STATUS,
|
||||
|
||||
Reference in New Issue
Block a user