From 38e5fe394bffcb63ab934f04fc62eb241cdd1808 Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Fri, 10 Feb 2023 09:26:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/components/add.vue | 152 ++++++++++++ src/views/product/index.vue | 356 ++++++++++++++++++++++++++- 2 files changed, 505 insertions(+), 3 deletions(-) create mode 100644 src/views/product/components/add.vue diff --git a/src/views/product/components/add.vue b/src/views/product/components/add.vue new file mode 100644 index 0000000..3b9d363 --- /dev/null +++ b/src/views/product/components/add.vue @@ -0,0 +1,152 @@ + + + + + diff --git a/src/views/product/index.vue b/src/views/product/index.vue index 60265f6..1b6ce7f 100644 --- a/src/views/product/index.vue +++ b/src/views/product/index.vue @@ -1,7 +1,357 @@ - + - +