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 } /* 表格右侧操作按钮 */