@using MySystem.OpModels; @{ SysAdmin editData = ViewBag.data as SysAdmin; UserAccount editDatas = ViewBag.datas as UserAccount; } @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 运营中心(修改)
  • 基本信息
@(new MySystem.PublicFunction().GetUploadHint("SysAdminFilePath"))
@if (!string.IsNullOrEmpty(editData.FilePath)) { @editData.FilePath点击查看附件 }