fix table 序号

This commit is contained in:
2023-10-25 11:29:28 +08:00
parent 7859897c84
commit 81bb541a46
7 changed files with 12 additions and 12 deletions

View File

@@ -475,7 +475,7 @@ const radioProps = props.getRadioProps(props.data, props.index);
@click="handleExpand"
></lay-icon>
<template v-if="page">
{{ index + 1 + ((page.total - 1) * page.limit) }}
{{ index + 1 + ((page.current - 1) * page.limit) }}
</template>
<template v-else>
{{ index + 1 }}