<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/AppMaster.Master" Inherits="System.Web.Mvc.ViewPage" %> 系统操作日志 <%=Html.QPSeach(120,true) %>
<%=Html.QV(p => p.UserID)%> <%=Html.QC(p => p.UserID)%> <%=Html.QV(p => p.OperateType)%> <%=Html.QC(p => p.OperateType)%>
<%=Html.QV(p => p.StartDate)%> <%=Html.QC(p => p.StartDate)%> <%=Html.QV(p=>p.EndDate) %> <%=Html.QC(p => p.EndDate)%>
<%=Html.QPEnd()%> <%=Html.QPList() %> <%=Html.QDateGrid(Model)%> <%=Html.QPEnd() %>
<%=Html.QTButtonSearch("SystemLog", "SystemOperateLogList", "List(1)")%> <%=Html.QTButton("export", "ExportExcel",QMFrameWork.WebUI.IconCls.redo, "Export()", (s, f) => { return true; })%>