@{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 待扣款明细
@* 创客编号、创客姓名、手机号、创建时间、扣款金额、扣款时间、扣款状态(待扣款/已扣款/暂停扣款)、备注、操作人、操作(暂停/恢复扣款、删除、修改预扣金额) *@
@if (RightInfo.Contains("," + right + "_add,")) { } @if (RightInfo.Contains("," + right + "_delete,")) { } @if (RightInfo.Contains("," + right + "_export,")) { } @if (RightInfo.Contains("," + right + "_import,")) { @* *@ } @* @if (RightInfo.Contains("," + right + "_import,")) { } *@
已扣款总金额(元):0.00 | 待扣款总金额(元):0.00 | 暂停扣款总金额(元):0.00