{isEdit ? (
{t('更新')}
) : (
{t('新建')}
)}
{isEdit ? t('更新预填组') : t('创建新的预填组')}
}
visible={visible}
onCancel={onClose}
width={isMobile ? '100%' : 600}
bodyStyle={{ padding: '0' }}
footer={
}
>
{t('取消')}
}
closeIcon={null}
>
);
};
export default EditPrefillGroupModal;