@model ZoomLa.SQLDAL.SQL.PageSetting @{ string apiUrl = "DicItem_API?action="; M_DicCategory cateMod = B_DataDicCategory.GetDicCate(DataConverter.CLng(Context.Request.GetParam("CateID"))); } @section head{ 数据字典项目列表} @section content{ @Call.SetBread(new Bread[] { new Bread("{admin}"), new Bread("DictionaryManage","数据字典"), new Bread() {url="", text=cateMod.CategoryName,addon="" }} )
@Html.Partial("DicItem_List")
字典项目名
@* *@
} @section script{ }