@model ZoomLa.SQLDAL.SQL.PageSetting @using System.Data @{ DataTable dt = new DataTable(); } @section head{ 分类管理 } @section content{
@foreach (DataRow dr in dt.Rows) { }
分类ID 名称 排序 操作
@dr["C_id"] <%#GetIcon(@dr["C_ClassName"],@dr["C_id"],@dr["C_Classid"])%> @dr["C_OrderBy"] 添加子类 修改 删除
} @section script{ }