@@ -166,7 +166,13 @@
align="center"
width="80px"
v-if="columns[0].visible"
- ></el-table-column>
+ ><template slot-scope="scope">
+ {{
+ (queryParams.pageNum - 1) * queryParams.pageSize +
+ scope.$index +
+ 1
+ }}
+ </template></el-table-column>
<el-table-column
prop="planName"
@@ -211,7 +211,13 @@
label="任务名称"
@@ -209,7 +209,13 @@
label="序号"
- >
+ </template>
</el-table-column>