From c39a445d771fe60964023ad65dc121f74e064816 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 20 Nov 2025 18:40:35 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E3=80=90antd=E3=80=91=E3=80=90mp?= =?UTF-8?q?=E3=80=91mp=20=E7=9A=84=E4=BB=A3=E7=A0=81=E8=AF=84=E5=AE=A1?= =?UTF-8?q?=EF=BC=88draft=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/mp/draft/index.vue | 2 + .../views/mp/draft/modules/cover-select.vue | 1 + .../views/mp/draft/modules/draft-table.vue | 1 + .../src/views/mp/draft/modules/news-form.vue | 3 ++ apps/web-ele/src/api/mp/draft/index.ts | 43 +++++++++++++++++++ apps/web-ele/src/api/mp/user/index.ts | 9 +--- apps/web-ele/src/views/mp/draft/data.ts | 1 + apps/web-ele/src/views/mp/draft/index.vue | 4 +- apps/web-ele/src/views/mp/draft/mock.js | 1 + .../views/mp/draft/modules/cover-select.vue | 2 +- .../views/mp/draft/modules/draft-table.vue | 1 + .../src/views/mp/draft/modules/form.vue | 2 + .../src/views/mp/draft/modules/news-form.vue | 26 ++++++----- .../src/views/mp/user/modules/form.vue | 8 ++-- 14 files changed, 76 insertions(+), 28 deletions(-) diff --git a/apps/web-antd/src/views/mp/draft/index.vue b/apps/web-antd/src/views/mp/draft/index.vue index 8b0516235..d15ffc439 100644 --- a/apps/web-antd/src/views/mp/draft/index.vue +++ b/apps/web-antd/src/views/mp/draft/index.vue @@ -187,8 +187,10 @@ const [Grid, gridApi] = useVbenVxeGrid({ ]" /> +