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.
		
		
		
		
		
			
		
			
				
					
					
						
							24 lines
						
					
					
						
							1.2 KiB
						
					
					
				
			
		
		
	
	
							24 lines
						
					
					
						
							1.2 KiB
						
					
					
				| <div ng-controller="System.RegionalismCodeController">
 | |
|     <div hawtio-breadcrumbs></div>
 | |
|     <div hawtio-tabs></div>
 | |
|     <div class="container-content ">
 | |
|         <div class="container-fluid sj_fluid">            
 | |
|             <div ng-hide="model.regionalismInfo.length" class="align-center">
 | |
|                 <p class="alert alert-info">当前没有可以查看的数据.</p>
 | |
|             </div>
 | |
|             <div ng-show="model.regionalismInfo.length" class="mr20">
 | |
|                 <table ng-table="tableParams" class="table table-condensed table-bordered table-striped" show-filter="true">
 | |
|                     <tr ng-repeat="row in $data">
 | |
|                         <td title="'行政区划代码'" filter="{ code: 'text'}" sortable="'code'">
 | |
|                             {{row.code}}</td>
 | |
|                         <td title="'市'" filter="{ cityName: 'text'}" sortable="'cityName'">
 | |
|                             {{row.cityName}}</td>
 | |
|                         <td title="'区县'" filter="{ districtName: 'text'}" sortable="'districtName'">
 | |
|                             {{row.districtName}}</td>
 | |
|                     </tr>
 | |
|                 </table>
 | |
|             </div>
 | |
|         </div>
 | |
|     </div>
 | |
| </div>
 |