From 3a70880fc50b6452bdd3f44bb05de92283b5a646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Thu, 1 Dec 2022 10:20:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=89=88=EF=BC=88=E5=B7=A1?= =?UTF-8?q?=E6=A3=80=E7=82=B9=E9=A1=B5=E9=9D=A2=E9=9C=80=E6=B1=82=E5=8F=98?= =?UTF-8?q?=E6=9B=B4=E3=80=81=E5=88=86=E9=A1=B5=E4=BF=AE=E6=94=B9=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/jxjadmin/registerAudit.vue | 2 +- .../projectFront/inspecPoint/inspection.vue | 520 ++++++++++++++++-- .../safeManage/safeRocordList.vue | 2 +- .../safeManage/v2/projectSelfInspection.vue | 2 +- 4 files changed, 480 insertions(+), 46 deletions(-) diff --git a/src/views/jxjadmin/registerAudit.vue b/src/views/jxjadmin/registerAudit.vue index 42392a86..835b6987 100644 --- a/src/views/jxjadmin/registerAudit.vue +++ b/src/views/jxjadmin/registerAudit.vue @@ -52,7 +52,7 @@ :page-sizes="$store.state.PAGESIZRS" :page-size="pageSize" layout="total, sizes, prev, pager, next" - :total="total" + :total="Number(total)" background > diff --git a/src/views/projectFront/inspecPoint/inspection.vue b/src/views/projectFront/inspecPoint/inspection.vue index a0835738..d8637c7d 100644 --- a/src/views/projectFront/inspecPoint/inspection.vue +++ b/src/views/projectFront/inspecPoint/inspection.vue @@ -1,7 +1,12 @@