edit vendor details in wcfm
add_action('wcfm_after_dashboard_welcome_box','wcfm_after_dashboard_welcome_box_custom_info');
function wcfm_after_dashboard_welcome_box_custom_info() {
$vendor_id = get_current_user_id();
/***** print here your required vendor information*****/
}