From 3e1cdec1a0ed29b0d64945497d750099b2d73202 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Wed, 31 May 2023 22:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 5 + src/views/stocks/component/addRuku.vue | 282 +++++++++++++++++++++++++ src/views/stocks/index.vue | 191 +++++++++++++++++ 3 files changed, 478 insertions(+) create mode 100644 src/views/stocks/component/addRuku.vue create mode 100644 src/views/stocks/index.vue diff --git a/src/router/index.js b/src/router/index.js index d1cb792..1228a8e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -40,6 +40,11 @@ export const constantRoutes = [{ path: '/404', component: () => import('@/views/404'), hidden: true + }, + { + path: '/stocks', + component: () => import('@/views/stocks/index'), + hidden: true }, { path: '/info', diff --git a/src/views/stocks/component/addRuku.vue b/src/views/stocks/component/addRuku.vue new file mode 100644 index 0000000..b822bbb --- /dev/null +++ b/src/views/stocks/component/addRuku.vue @@ -0,0 +1,282 @@ + + + + + diff --git a/src/views/stocks/index.vue b/src/views/stocks/index.vue new file mode 100644 index 0000000..38ee610 --- /dev/null +++ b/src/views/stocks/index.vue @@ -0,0 +1,191 @@ + + + + +