From a7e3cebb6f4b408a4f1cdd91ba46a16e8b519840 Mon Sep 17 00:00:00 2001 From: stt Date: Sat, 11 Oct 2025 14:37:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E8=AE=A1=E5=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pqs/auditManage/auditList/index.vue | 293 ++++++++++++------ .../pqs/auditManage/auditList/statistics.vue | 135 ++++++++ types/table.d.ts | 3 +- 3 files changed, 335 insertions(+), 96 deletions(-) create mode 100644 src/views/pqs/auditManage/auditList/statistics.vue diff --git a/src/views/pqs/auditManage/auditList/index.vue b/src/views/pqs/auditManage/auditList/index.vue index f13b3b9b..5474806f 100644 --- a/src/views/pqs/auditManage/auditList/index.vue +++ b/src/views/pqs/auditManage/auditList/index.vue @@ -1,56 +1,111 @@ diff --git a/src/views/pqs/auditManage/auditList/statistics.vue b/src/views/pqs/auditManage/auditList/statistics.vue new file mode 100644 index 00000000..61e1aa8b --- /dev/null +++ b/src/views/pqs/auditManage/auditList/statistics.vue @@ -0,0 +1,135 @@ + + diff --git a/types/table.d.ts b/types/table.d.ts index 6433fd2f..2de0e007 100644 --- a/types/table.d.ts +++ b/types/table.d.ts @@ -82,7 +82,8 @@ declare global { column: VxeColumnProps, index: number ) => string - children?: TableColumn[] + children?: TableColumn[], + property?:string } /* 表格右侧操作按钮 */