From 9fcf901c2aa82a513c410ebb8bd535cb2f69a305 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 4 Sep 2023 14:33:06 +0800 Subject: [PATCH] =?UTF-8?q?hhl=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/leftnav.vue | 280 ++++++++++------ src/main.js | 2 +- src/router/index.js | 97 +++++- src/views/casehandling/arbitrationRaeview.vue | 15 + src/views/casehandling/courtReview.vue | 15 + src/views/casehandling/formationCourt.vue | 15 + src/views/casehandling/register.vue | 15 + src/views/casehandling/trialinCourt.vue | 15 + .../filingApplication/filingApplication.vue | 313 ++++++++++++++++++ src/views/login.vue | 21 +- .../{goods => registerapplicate}/Goods.vue | 3 +- .../registerapplicate/filingApplication.vue | 312 +++++++++++++++++ src/views/registerapplicate/filingReview.vue | 15 + .../registerapplicate/payConfirmation.vue | 15 + 14 files changed, 998 insertions(+), 135 deletions(-) create mode 100644 src/views/casehandling/arbitrationRaeview.vue create mode 100644 src/views/casehandling/courtReview.vue create mode 100644 src/views/casehandling/formationCourt.vue create mode 100644 src/views/casehandling/register.vue create mode 100644 src/views/casehandling/trialinCourt.vue create mode 100644 src/views/filingApplication/filingApplication.vue rename src/views/{goods => registerapplicate}/Goods.vue (99%) create mode 100644 src/views/registerapplicate/filingApplication.vue create mode 100644 src/views/registerapplicate/filingReview.vue create mode 100644 src/views/registerapplicate/payConfirmation.vue diff --git a/src/components/leftnav.vue b/src/components/leftnav.vue index 624aa3e..0e148e8 100644 --- a/src/components/leftnav.vue +++ b/src/components/leftnav.vue @@ -1,6 +1,6 @@ /** * 左边菜单 -*/ +*/