From aa3aa56140fdb1462ffb94443084ff8340ee389e Mon Sep 17 00:00:00 2001 From: xingyu Date: Wed, 19 Oct 2022 18:08:42 +0800 Subject: [PATCH] feat: add vxe-table --- .../src/components/ProTable/src/ProTable.vue | 174 ++++++++++++++++-- .../src/plugins/vxeTable/index.ts | 2 +- 2 files changed, 163 insertions(+), 13 deletions(-) diff --git a/yudao-ui-admin-vue3/src/components/ProTable/src/ProTable.vue b/yudao-ui-admin-vue3/src/components/ProTable/src/ProTable.vue index 6921afcad..0f40b9b52 100644 --- a/yudao-ui-admin-vue3/src/components/ProTable/src/ProTable.vue +++ b/yudao-ui-admin-vue3/src/components/ProTable/src/ProTable.vue @@ -1,35 +1,185 @@