From 02ff258a9baa07ae42693a04fbfcc8d177c918b9 Mon Sep 17 00:00:00 2001 From: liuyp Date: Wed, 11 Sep 2024 23:41:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BB=B6=E5=BD=95=E5=85=A5?= =?UTF-8?q?=E9=A1=B5=EF=BC=8C=E5=BA=8F=E5=8F=B7=E8=87=AA=E5=A2=9E=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../emis/emisWaybillProblemInfo/problemEntry.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/views/emis/emisWaybillProblemInfo/problemEntry.vue b/src/views/emis/emisWaybillProblemInfo/problemEntry.vue index ea2ec6f4..bb243d19 100644 --- a/src/views/emis/emisWaybillProblemInfo/problemEntry.vue +++ b/src/views/emis/emisWaybillProblemInfo/problemEntry.vue @@ -133,6 +133,13 @@ + + @@ -284,6 +291,12 @@ export default { this.form.dispatchOrSendManCode=this.$store.getters.empCode; }, methods: { + indexMethod(index) { + // 假设 currentPage 和 pageSize 都是数据属性 + // const start = (this.currentPage - 1) * this.pageSize; + const start = 0; + return start + index + 1; + }, // 取消按钮 cancel() { this.open = false;