From 96310a0debb52b230e797eb9c6a29531b858c6d2 Mon Sep 17 00:00:00 2001 From: wyy <3234929097@qq.com> Date: Tue, 14 Nov 2023 16:17:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=97=A8=E5=BA=97=E7=AE=A1?= =?UTF-8?q?=E7=90=86=EF=BC=8C=E4=BC=9A=E5=91=98=E7=AE=A1=E7=90=86=EF=BC=8C?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=AE=A1=E7=90=86=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/pic-upload/index.vue | 88 +++ src/components/prods-select/index.vue | 226 +++++++ src/components/tiny-mce/add-or-upload.vue | 81 +++ src/components/tiny-mce/index.vue | 163 +++++ .../modules/admin/indexImg/add-or-update.vue | 253 ++++++++ src/views/modules/admin/indexImg/index.vue | 177 ++++++ .../order/components/consignment-info.vue | 101 ++++ .../order/order/components/order-devy.vue | 124 ++++ .../order/order/components/order-info.vue | 514 ++++++++++++++++ src/views/modules/order/order/index.vue | 556 +++++++++++++++++ .../modules/shop/hotSearch/add-or-update.vue | 163 +++++ src/views/modules/shop/hotSearch/index.vue | 172 ++++++ .../modules/shop/notice/add-or-update.vue | 148 +++++ src/views/modules/shop/notice/index.vue | 152 +++++ .../modules/shop/pickAddr/add-or-update.vue | 289 +++++++++ src/views/modules/shop/pickAddr/index.vue | 166 +++++ .../modules/shop/transport/add-or-update.vue | 568 ++++++++++++++++++ src/views/modules/shop/transport/index.vue | 167 +++++ src/views/modules/user/user/add-or-update.vue | 135 +++++ src/views/modules/user/user/index.vue | 123 ++++ 20 files changed, 4366 insertions(+) create mode 100644 src/components/pic-upload/index.vue create mode 100644 src/components/prods-select/index.vue create mode 100644 src/components/tiny-mce/add-or-upload.vue create mode 100644 src/components/tiny-mce/index.vue create mode 100644 src/views/modules/admin/indexImg/add-or-update.vue create mode 100644 src/views/modules/admin/indexImg/index.vue create mode 100644 src/views/modules/order/order/components/consignment-info.vue create mode 100644 src/views/modules/order/order/components/order-devy.vue create mode 100644 src/views/modules/order/order/components/order-info.vue create mode 100644 src/views/modules/order/order/index.vue create mode 100644 src/views/modules/shop/hotSearch/add-or-update.vue create mode 100644 src/views/modules/shop/hotSearch/index.vue create mode 100644 src/views/modules/shop/notice/add-or-update.vue create mode 100644 src/views/modules/shop/notice/index.vue create mode 100644 src/views/modules/shop/pickAddr/add-or-update.vue create mode 100644 src/views/modules/shop/pickAddr/index.vue create mode 100644 src/views/modules/shop/transport/add-or-update.vue create mode 100644 src/views/modules/shop/transport/index.vue create mode 100644 src/views/modules/user/user/add-or-update.vue create mode 100644 src/views/modules/user/user/index.vue diff --git a/src/components/pic-upload/index.vue b/src/components/pic-upload/index.vue new file mode 100644 index 0000000..d4989b4 --- /dev/null +++ b/src/components/pic-upload/index.vue @@ -0,0 +1,88 @@ + + + + + diff --git a/src/components/prods-select/index.vue b/src/components/prods-select/index.vue new file mode 100644 index 0000000..c50bad4 --- /dev/null +++ b/src/components/prods-select/index.vue @@ -0,0 +1,226 @@ + + + diff --git a/src/components/tiny-mce/add-or-upload.vue b/src/components/tiny-mce/add-or-upload.vue new file mode 100644 index 0000000..4528de4 --- /dev/null +++ b/src/components/tiny-mce/add-or-upload.vue @@ -0,0 +1,81 @@ + + + diff --git a/src/components/tiny-mce/index.vue b/src/components/tiny-mce/index.vue new file mode 100644 index 0000000..09d366c --- /dev/null +++ b/src/components/tiny-mce/index.vue @@ -0,0 +1,163 @@ + + + + + diff --git a/src/views/modules/admin/indexImg/add-or-update.vue b/src/views/modules/admin/indexImg/add-or-update.vue new file mode 100644 index 0000000..90e320f --- /dev/null +++ b/src/views/modules/admin/indexImg/add-or-update.vue @@ -0,0 +1,253 @@ + + + + + diff --git a/src/views/modules/admin/indexImg/index.vue b/src/views/modules/admin/indexImg/index.vue new file mode 100644 index 0000000..57177da --- /dev/null +++ b/src/views/modules/admin/indexImg/index.vue @@ -0,0 +1,177 @@ + + + diff --git a/src/views/modules/order/order/components/consignment-info.vue b/src/views/modules/order/order/components/consignment-info.vue new file mode 100644 index 0000000..1b3767f --- /dev/null +++ b/src/views/modules/order/order/components/consignment-info.vue @@ -0,0 +1,101 @@ + + diff --git a/src/views/modules/order/order/components/order-devy.vue b/src/views/modules/order/order/components/order-devy.vue new file mode 100644 index 0000000..ec4be95 --- /dev/null +++ b/src/views/modules/order/order/components/order-devy.vue @@ -0,0 +1,124 @@ + + diff --git a/src/views/modules/order/order/components/order-info.vue b/src/views/modules/order/order/components/order-info.vue new file mode 100644 index 0000000..a29f488 --- /dev/null +++ b/src/views/modules/order/order/components/order-info.vue @@ -0,0 +1,514 @@ + + + + + diff --git a/src/views/modules/order/order/index.vue b/src/views/modules/order/order/index.vue new file mode 100644 index 0000000..21e4499 --- /dev/null +++ b/src/views/modules/order/order/index.vue @@ -0,0 +1,556 @@ + + + + + diff --git a/src/views/modules/shop/hotSearch/add-or-update.vue b/src/views/modules/shop/hotSearch/add-or-update.vue new file mode 100644 index 0000000..4dd8eb5 --- /dev/null +++ b/src/views/modules/shop/hotSearch/add-or-update.vue @@ -0,0 +1,163 @@ + + + diff --git a/src/views/modules/shop/hotSearch/index.vue b/src/views/modules/shop/hotSearch/index.vue new file mode 100644 index 0000000..d1b6753 --- /dev/null +++ b/src/views/modules/shop/hotSearch/index.vue @@ -0,0 +1,172 @@ + + + diff --git a/src/views/modules/shop/notice/add-or-update.vue b/src/views/modules/shop/notice/add-or-update.vue new file mode 100644 index 0000000..86c95c4 --- /dev/null +++ b/src/views/modules/shop/notice/add-or-update.vue @@ -0,0 +1,148 @@ + + + diff --git a/src/views/modules/shop/notice/index.vue b/src/views/modules/shop/notice/index.vue new file mode 100644 index 0000000..10c7ef0 --- /dev/null +++ b/src/views/modules/shop/notice/index.vue @@ -0,0 +1,152 @@ + + + + + diff --git a/src/views/modules/shop/pickAddr/add-or-update.vue b/src/views/modules/shop/pickAddr/add-or-update.vue new file mode 100644 index 0000000..48e28b2 --- /dev/null +++ b/src/views/modules/shop/pickAddr/add-or-update.vue @@ -0,0 +1,289 @@ + + + diff --git a/src/views/modules/shop/pickAddr/index.vue b/src/views/modules/shop/pickAddr/index.vue new file mode 100644 index 0000000..6024340 --- /dev/null +++ b/src/views/modules/shop/pickAddr/index.vue @@ -0,0 +1,166 @@ + + + diff --git a/src/views/modules/shop/transport/add-or-update.vue b/src/views/modules/shop/transport/add-or-update.vue new file mode 100644 index 0000000..70169d7 --- /dev/null +++ b/src/views/modules/shop/transport/add-or-update.vue @@ -0,0 +1,568 @@ + + + + + diff --git a/src/views/modules/shop/transport/index.vue b/src/views/modules/shop/transport/index.vue new file mode 100644 index 0000000..3132cb9 --- /dev/null +++ b/src/views/modules/shop/transport/index.vue @@ -0,0 +1,167 @@ + + + diff --git a/src/views/modules/user/user/add-or-update.vue b/src/views/modules/user/user/add-or-update.vue new file mode 100644 index 0000000..76371db --- /dev/null +++ b/src/views/modules/user/user/add-or-update.vue @@ -0,0 +1,135 @@ + + + diff --git a/src/views/modules/user/user/index.vue b/src/views/modules/user/user/index.vue new file mode 100644 index 0000000..893b705 --- /dev/null +++ b/src/views/modules/user/user/index.vue @@ -0,0 +1,123 @@ + + +