You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
	
	
		
		
			
	
	
		
			
				
					
						
							|  |  |  |  | 
					
						
							|  |  |  | @{ | 
					
						
							|  |  |  |     ViewBag.Title = "系统设置"; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <div class="system-management clearfix"> | 
					
						
							|  |  |  |     <div class="aside"> | 
					
						
							|  |  |  |         <ul class="clearfix"> | 
					
						
							|  |  |  |             <li> | 
					
						
							|  |  |  |                 <a href="/StatisticAnalysis/Index" class="">统计分析</a> | 
					
						
							|  |  |  |             </li> | 
					
						
							|  |  |  |             <li> | 
					
						
							|  |  |  |                 <a href="/UserManagement/Index" class="">用户管理</a> | 
					
						
							|  |  |  |             </li> | 
					
						
							|  |  |  |             <li> | 
					
						
							|  |  |  |                 <a href="/OrgManagement/Index" class="">机构管理</a> | 
					
						
							|  |  |  |             </li> | 
					
						
							|  |  |  |             <li class="active"> | 
					
						
							|  |  |  |                 <a href="/ConfigManagement/Index">系统设置</a> | 
					
						
							|  |  |  |             </li> | 
					
						
							|  |  |  |         </ul> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  |     <div class="container"> | 
					
						
							|  |  |  |         <div class="toolbar"> | 
					
						
							|  |  |  |             <div class="btn-groups"> | 
					
						
							|  |  |  |                 <button type="button" class="btn edit-btn" id="edit-btn" disabled>编辑...</button> | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |         <div class="table manage-table config-table"> | 
					
						
							|  |  |  |             <table id="task-grid"></table> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @{ | 
					
						
							|  |  |  |     Html.RenderPartial("/Views/ConfigManagement/EditLineWidth.cshtml"); | 
					
						
							|  |  |  |     Html.RenderPartial("/Views/ConfigManagement/EditLineColor.cshtml"); | 
					
						
							|  |  |  |     Html.RenderPartial("/Views/ConfigManagement/EditLocateIcon.cshtml"); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @section scripts { | 
					
						
							|  |  |  |     <script src="~/Content/scripts/system-management/config-management/edit-line-width.js"></script> | 
					
						
							|  |  |  |     <script src="~/Content/scripts/system-management/config-management/edit-line-color.js"></script> | 
					
						
							|  |  |  |     <script src="~/Content/scripts/system-management/config-management/edit-locate-icon.js"></script> | 
					
						
							|  |  |  |     <script src="~/Content/scripts/system-management/config-management/index.js"></script> | 
					
						
							|  |  |  | } |