diff --git a/anrui-system-ui/src/views/flow/doneList.vue b/anrui-system-ui/src/views/flow/doneList.vue
index b047c4f563..f3971927ca 100644
--- a/anrui-system-ui/src/views/flow/doneList.vue
+++ b/anrui-system-ui/src/views/flow/doneList.vue
@@ -32,7 +32,7 @@
-
+
详情
@@ -464,8 +464,11 @@ export default {
handleSelectionChange() {
},
- indexMethod() {
- return 0
+ // 序号
+ indexMethod(index) {
+ var pagestart = (this.listQuery.current - 1) * this.listQuery.size
+ var pageindex = index + 1 + pagestart
+ return pageindex
},
setIcon(val) {
if (val) {
diff --git a/anrui-system-ui/src/views/flow/todoList.vue b/anrui-system-ui/src/views/flow/todoList.vue
index f3787c7354..b04e29623b 100644
--- a/anrui-system-ui/src/views/flow/todoList.vue
+++ b/anrui-system-ui/src/views/flow/todoList.vue
@@ -32,7 +32,7 @@
-
+
办理
@@ -529,8 +529,11 @@ export default {
handleSelectionChange() {
},
- indexMethod() {
- return 0;
+ // 序号
+ indexMethod(index) {
+ var pagestart = (this.listQuery.current - 1) * this.listQuery.size
+ var pageindex = index + 1 + pagestart
+ return pageindex
},
setIcon(val) {
if (val) {