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