fix table 序号
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user