From 5a01836bbfb3ae779aa539a2fd245efd4360d5ef Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 18 Sep 2023 21:55:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=95=B4=E5=90=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/formationCourt/formationCourt.js | 6 +- src/views/awardManagement/listofAwards.vue | 15 + src/views/caseFiling/archiveList.vue | 15 + src/views/caseManagement/caseList.vue | 578 +++++++++++++ .../components/adjudicaterecordDialog.vue | 37 + .../caseManagement/components/batchDialog.vue | 159 ++++ .../components/caseentryDialog.vue | 788 ++++++++++++++++++ .../components/choosetrialmethodDaiog.vue | 50 ++ .../components/courtReviewDialog.vue | 51 ++ .../components/formateCourtDialog.vue | 144 ++++ .../components/trialincourtDialog.vue | 37 + .../IdentityauthenticationList.vue | 15 + src/views/index.vue | 2 +- .../components/paymentdetailsDialog.vue | 79 ++ src/views/paymentManagement/paymentList.vue | 247 ++++++ 15 files changed, 2219 insertions(+), 4 deletions(-) create mode 100644 src/views/awardManagement/listofAwards.vue create mode 100644 src/views/caseFiling/archiveList.vue create mode 100644 src/views/caseManagement/caseList.vue create mode 100644 src/views/caseManagement/components/adjudicaterecordDialog.vue create mode 100644 src/views/caseManagement/components/batchDialog.vue create mode 100644 src/views/caseManagement/components/caseentryDialog.vue create mode 100644 src/views/caseManagement/components/choosetrialmethodDaiog.vue create mode 100644 src/views/caseManagement/components/courtReviewDialog.vue create mode 100644 src/views/caseManagement/components/formateCourtDialog.vue create mode 100644 src/views/caseManagement/components/trialincourtDialog.vue create mode 100644 src/views/identityManagement/IdentityauthenticationList.vue create mode 100644 src/views/paymentManagement/components/paymentdetailsDialog.vue create mode 100644 src/views/paymentManagement/paymentList.vue diff --git a/src/api/formationCourt/formationCourt.js b/src/api/formationCourt/formationCourt.js index a52c851..2fccf4b 100644 --- a/src/api/formationCourt/formationCourt.js +++ b/src/api/formationCourt/formationCourt.js @@ -8,10 +8,10 @@ export function arbitrAtor(data) { params: data }) } -// 组庭 -export function pendTral(data) { +// 组庭审核 +export function pendTralCheck(data) { return request({ - url: '/caseApplication/pendTral', + url: '/caseApplication/pendTralCheck', method: 'post', data: data }) diff --git a/src/views/awardManagement/listofAwards.vue b/src/views/awardManagement/listofAwards.vue new file mode 100644 index 0000000..ae0cab8 --- /dev/null +++ b/src/views/awardManagement/listofAwards.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/src/views/caseFiling/archiveList.vue b/src/views/caseFiling/archiveList.vue new file mode 100644 index 0000000..5b8cd17 --- /dev/null +++ b/src/views/caseFiling/archiveList.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/src/views/caseManagement/caseList.vue b/src/views/caseManagement/caseList.vue new file mode 100644 index 0000000..387d458 --- /dev/null +++ b/src/views/caseManagement/caseList.vue @@ -0,0 +1,578 @@ + + + + + diff --git a/src/views/caseManagement/components/adjudicaterecordDialog.vue b/src/views/caseManagement/components/adjudicaterecordDialog.vue new file mode 100644 index 0000000..1d9035c --- /dev/null +++ b/src/views/caseManagement/components/adjudicaterecordDialog.vue @@ -0,0 +1,37 @@ + + + + + \ No newline at end of file diff --git a/src/views/caseManagement/components/batchDialog.vue b/src/views/caseManagement/components/batchDialog.vue new file mode 100644 index 0000000..4003ce0 --- /dev/null +++ b/src/views/caseManagement/components/batchDialog.vue @@ -0,0 +1,159 @@ + + + + + \ No newline at end of file diff --git a/src/views/caseManagement/components/caseentryDialog.vue b/src/views/caseManagement/components/caseentryDialog.vue new file mode 100644 index 0000000..2809bae --- /dev/null +++ b/src/views/caseManagement/components/caseentryDialog.vue @@ -0,0 +1,788 @@ + + + + + \ No newline at end of file diff --git a/src/views/caseManagement/components/choosetrialmethodDaiog.vue b/src/views/caseManagement/components/choosetrialmethodDaiog.vue new file mode 100644 index 0000000..1dde116 --- /dev/null +++ b/src/views/caseManagement/components/choosetrialmethodDaiog.vue @@ -0,0 +1,50 @@ + + + + + \ No newline at end of file diff --git a/src/views/caseManagement/components/courtReviewDialog.vue b/src/views/caseManagement/components/courtReviewDialog.vue new file mode 100644 index 0000000..acd9318 --- /dev/null +++ b/src/views/caseManagement/components/courtReviewDialog.vue @@ -0,0 +1,51 @@ + + + + + \ No newline at end of file diff --git a/src/views/caseManagement/components/formateCourtDialog.vue b/src/views/caseManagement/components/formateCourtDialog.vue new file mode 100644 index 0000000..ebe9646 --- /dev/null +++ b/src/views/caseManagement/components/formateCourtDialog.vue @@ -0,0 +1,144 @@ + + + + + \ No newline at end of file diff --git a/src/views/caseManagement/components/trialincourtDialog.vue b/src/views/caseManagement/components/trialincourtDialog.vue new file mode 100644 index 0000000..53c7ce5 --- /dev/null +++ b/src/views/caseManagement/components/trialincourtDialog.vue @@ -0,0 +1,37 @@ + + + + + \ No newline at end of file diff --git a/src/views/identityManagement/IdentityauthenticationList.vue b/src/views/identityManagement/IdentityauthenticationList.vue new file mode 100644 index 0000000..de21717 --- /dev/null +++ b/src/views/identityManagement/IdentityauthenticationList.vue @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/src/views/index.vue b/src/views/index.vue index 9dae1e2..64f0144 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -7,7 +7,7 @@ -

智慧仲裁后台管理框架

+

我的待办事项

diff --git a/src/views/paymentManagement/components/paymentdetailsDialog.vue b/src/views/paymentManagement/components/paymentdetailsDialog.vue new file mode 100644 index 0000000..4a378fb --- /dev/null +++ b/src/views/paymentManagement/components/paymentdetailsDialog.vue @@ -0,0 +1,79 @@ + + + + + \ No newline at end of file diff --git a/src/views/paymentManagement/paymentList.vue b/src/views/paymentManagement/paymentList.vue new file mode 100644 index 0000000..be37ae8 --- /dev/null +++ b/src/views/paymentManagement/paymentList.vue @@ -0,0 +1,247 @@ + + + + + \ No newline at end of file -- 2.54.0