@using MySystem.Models; @{Col editData = ViewBag.data as Col;} @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 分类设置(修改)
  • 基本信息
  • 模板设置
@(new MySystem.PublicFunction().GetUploadHint("ColColPicPath"))
@if (!string.IsNullOrEmpty(editData.ColPicPath)) { }