From c268b3c75d34dc74a385a569ea759983fb2afd94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=BC=A0=E9=BE=99?= Date: Tue, 3 May 2022 22:28:51 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E4=BF=AE=E6=94=B9table=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B=E7=9A=84=E5=86=99=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/examples/table/post/index.vue | 61 +------ src/views/examples/table/post/post-table.js | 99 ----------- src/views/examples/table/post/usePostTable.js | 155 ++++++++++++++++++ 3 files changed, 161 insertions(+), 154 deletions(-) delete mode 100644 src/views/examples/table/post/post-table.js create mode 100644 src/views/examples/table/post/usePostTable.js diff --git a/src/views/examples/table/post/index.vue b/src/views/examples/table/post/index.vue index c0728e1..5ca73a3 100644 --- a/src/views/examples/table/post/index.vue +++ b/src/views/examples/table/post/index.vue @@ -19,75 +19,26 @@