table 分页

This commit is contained in:
2022-12-09 16:42:24 +08:00
parent 60e7e0d3e4
commit 093de34571
2 changed files with 2 additions and 2 deletions

View File

@@ -224,6 +224,6 @@ watch(
{{ t("page.confirm") }}
</button>
</span>
<span v-if="count">{{count}}</span>
<span v-if="count">{{ count }}</span>
</div>
</template>