@using Core.Web.WebHelper
@{
ViewBag.Title = "BasicsProductList";
Layout = "~/Views/Shared/_Layout.cshtml";
}
@Html.Action("ToolBar", "Home",
new
{
area = "",
rightcode = (ViewBag.rightCode as string),
otherToolBars = new Core.Web.WebHelper.ToolBar[]{
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other1, "人工标记", " " ,"",true),
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other2, "修改状态", " " ,"",true),
new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other3, "导出", "layui-btn-normal","",true) ,
}
}
)