From bb63de3f15edb67c0b794773b41e2283b4b16485 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 24 Mar 2025 21:34:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20system=20post=20finish=202/3=E3=80=9098?= =?UTF-8?q?a91e1c=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/system/post/index.vue | 127 +++++++++--------- .../src/views/system/post/post.data.ts | 103 ++++++++++++++ .../src/views/system/post/postModal.vue | 54 ++++++++ 3 files changed, 224 insertions(+), 60 deletions(-) create mode 100644 apps/web-antd/src/views/system/post/post.data.ts create mode 100644 apps/web-antd/src/views/system/post/postModal.vue diff --git a/apps/web-antd/src/views/system/post/index.vue b/apps/web-antd/src/views/system/post/index.vue index a71ba7683..d742c3f55 100644 --- a/apps/web-antd/src/views/system/post/index.vue +++ b/apps/web-antd/src/views/system/post/index.vue @@ -1,50 +1,22 @@