调整表格序号
This commit is contained in:
@@ -113,6 +113,9 @@
|
||||
fixed="left"
|
||||
type="index"
|
||||
>
|
||||
<template slot-scope="{scope, column, $index}">
|
||||
{{ ($index + 1) + (page - 1) * pageSize }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="standNumber"
|
||||
|
||||
+3
@@ -153,6 +153,9 @@
|
||||
type="index"
|
||||
width="50"
|
||||
align="center">
|
||||
<template slot-scope="{scope, column, $index}">
|
||||
{{ ($index + 1) + (sarProStateTotalPage - 1) * sarProStatePageSize }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
width="180px"
|
||||
|
||||
Reference in New Issue
Block a user