@using CRM.Core.Model.Entity @using Core.Web.WebHelper @{ ViewBag.Title = "Index"; 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, "分配角色", "layui-btn-normal" ,"layui-icon-group"), new Core.Web.WebHelper.ToolBar(ToolBarConfig.CONST_Other2, "员工信息同步", "layui-btn-normal" ,"layui-icon-refresh") } } )
姓名/工号:
账号状态:
角色:
@Html.DropDownList("slt_roleId", ViewBag.rolelist as List, new { @style = "height:35px;" })