disable dropdown in record view

how can in i disable dropdown in record view 

I tried from record . js 

// $('div [data-name="status"]').prop('disabled', true)
                // $('div [data-name="status"]').attr("disabled", true);
                // $('div [data-name="status"]').addClass("disabled");

                $('div [data-name="status"]').attr('disabled','disabled !important');
                
                $('div [data-name="status"]').prop('disabled'true); 
but not working