From 6e367e4dc24da9085fc93556ee3a778119adebd9 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期一, 11 九月 2023 12:46:22 +0800 Subject: [PATCH] modified: src/components/view/standard-table/material.vue new file: src/components/view/standard-table/target.vue modified: src/components/view/standard-table/technology.vue modified: src/components/view/standard.vue --- src/components/view/rawUnqualified/raw.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/view/rawUnqualified/raw.vue b/src/components/view/rawUnqualified/raw.vue index ac0b8c4..a92a38f 100644 --- a/src/components/view/rawUnqualified/raw.vue +++ b/src/components/view/rawUnqualified/raw.vue @@ -71,7 +71,7 @@ > <el-table-column type="selection" width="50"> </el-table-column> <el-table-column type="index" label="搴忓彿" width="60"> - <template scope="scope"> + <template slot-scope="scope"> {{ (search.pageSize - 1) * search.countSize + scope.$index + 1 }} </template> </el-table-column> -- Gitblit v1.9.3