@using CRM.Core.Model.Entity
@using Core.Web.WebHelper
@{
/**/
ViewBag.Title = "AiService";
Layout = "~/Views/Shared/_Layout.cshtml";
}
@Html.Action("ToolBar", "Home",
new
{
area = "",
rightcode = (ViewBag.rightCode as string),
otherToolBars = new ToolBar[]
{
//new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Add, "创建", " ","",true),
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Edit, "编辑", " " ,"",true)
}
}
)