table 分页
This commit is contained in:
		
							parent
							
								
									60e7e0d3e4
								
							
						
					
					
						commit
						093de34571
					
				@ -224,6 +224,6 @@ watch(
 | 
				
			|||||||
        {{ t("page.confirm") }}
 | 
					        {{ t("page.confirm") }}
 | 
				
			||||||
      </button>
 | 
					      </button>
 | 
				
			||||||
    </span>
 | 
					    </span>
 | 
				
			||||||
    <span v-if="count">共{{count}}条</span>
 | 
					    <span v-if="count">共{{ count }}条</span>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
				
			|||||||
@ -21,7 +21,7 @@ export interface TablePageProps {
 | 
				
			|||||||
  total: number;
 | 
					  total: number;
 | 
				
			||||||
  limit: number;
 | 
					  limit: number;
 | 
				
			||||||
  theme?: string;
 | 
					  theme?: string;
 | 
				
			||||||
  count?:number;
 | 
					  count?: number;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const props = withDefaults(defineProps<TablePageProps>(), {
 | 
					const props = withDefaults(defineProps<TablePageProps>(), {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user