From abc4a3f5a9752902e14e5ae378ebf570e06decc5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 13 Sep 2023 18:31:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E5=BA=AD=E9=A1=B5=E9=9D=A2=E5=BC=80?= =?UTF-8?q?=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/caseentryDialog.vue | 2 +- .../components/formateCourtDialog.vue | 78 +++++++ .../components/formateCourtdetailDaiog.vue | 110 +++++++++ .../formationCourt/formationCourtlist.vue | 209 ++++++++++++++++++ 4 files changed, 398 insertions(+), 1 deletion(-) create mode 100644 src/views/formationCourt/components/formateCourtDialog.vue create mode 100644 src/views/formationCourt/components/formateCourtdetailDaiog.vue create mode 100644 src/views/formationCourt/formationCourtlist.vue diff --git a/src/views/caseAccessAll/components/caseentryDialog.vue b/src/views/caseAccessAll/components/caseentryDialog.vue index 1a90216..2809bae 100644 --- a/src/views/caseAccessAll/components/caseentryDialog.vue +++ b/src/views/caseAccessAll/components/caseentryDialog.vue @@ -6,7 +6,7 @@ @close="cancel" width="1000px" append-to-body - :destroy-on-close="true" + :destroy-on-close= true > +
+ + + + + + + + + + + + +
+ + + + + \ No newline at end of file diff --git a/src/views/formationCourt/components/formateCourtdetailDaiog.vue b/src/views/formationCourt/components/formateCourtdetailDaiog.vue new file mode 100644 index 0000000..63b5ab3 --- /dev/null +++ b/src/views/formationCourt/components/formateCourtdetailDaiog.vue @@ -0,0 +1,110 @@ + + + + + \ No newline at end of file diff --git a/src/views/formationCourt/formationCourtlist.vue b/src/views/formationCourt/formationCourtlist.vue new file mode 100644 index 0000000..35c8529 --- /dev/null +++ b/src/views/formationCourt/formationCourtlist.vue @@ -0,0 +1,209 @@ + + + + + \ No newline at end of file