@{ string disabled = ""; if (Model.R_RECORD_STATUS == 1) { disabled = "disabled"; }
@Html.Raw(disabled)//动态添加Html
}