@using MySystem.Models; @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; List BrandList = ViewBag.BrandList as List; } 机具费率报警
@if (RightInfo.Contains("," + right + "_edit,")) { } @if (RightInfo.Contains("," + right + "_import,")) { }