From 8a8154e124095a5612cc9e25df59a4f306f11c14 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 23 Mar 2023 23:16:53 +0800 Subject: [PATCH] =?UTF-8?q?Vue3=20=E9=87=8D=E6=9E=84=EF=BC=9AREVIEW=20?= =?UTF-8?q?=E5=85=AC=E4=BC=97=E5=8F=B7=E8=B4=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mp/account/{form.vue => AccountForm.vue} | 23 ++++--- src/views/mp/account/index.vue | 61 ++++++++++--------- src/views/system/dept/index.vue | 13 +++- 3 files changed, 54 insertions(+), 43 deletions(-) rename src/views/mp/account/{form.vue => AccountForm.vue} (91%) diff --git a/src/views/mp/account/form.vue b/src/views/mp/account/AccountForm.vue similarity index 91% rename from src/views/mp/account/form.vue rename to src/views/mp/account/AccountForm.vue index 37ffb888..406db8fe 100644 --- a/src/views/mp/account/form.vue +++ b/src/views/mp/account/AccountForm.vue @@ -1,6 +1,12 @@