mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-06-06 18:25:24 +08:00
@@ -125,7 +125,7 @@
|
||||
<!-- 行号列 -->
|
||||
<div v-if="column.key == rowNoColumn.key">
|
||||
<b class="el-text el-text--small">
|
||||
{{ rowIndex + 1 }}
|
||||
{{ (pageNum - 1) * pageSize + rowIndex + 1 }}
|
||||
</b>
|
||||
</div>
|
||||
|
||||
@@ -259,6 +259,14 @@ const props = defineProps({
|
||||
type: String,
|
||||
default: '600px',
|
||||
},
|
||||
pageSize: {
|
||||
type: Number,
|
||||
default: 25,
|
||||
},
|
||||
pageNum: {
|
||||
type: Number,
|
||||
default: 1,
|
||||
},
|
||||
});
|
||||
|
||||
const contextmenuRef = ref();
|
||||
|
||||
Reference in New Issue
Block a user