From 06145d27a5fae6ecdd7d80562b9f8338c4de2e3e Mon Sep 17 00:00:00 2001 From: Agent Date: Fri, 27 Mar 2026 01:20:04 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=A7=8D=E7=B1=BB=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=8A=9F=E8=83=BD=EF=BC=9A=E9=A6=96=E9=A1=B5=E8=8F=9C?= =?UTF-8?q?=E5=8D=95+=E7=A7=8D=E7=B1=BB=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 6 + src/pages/category/index.vue | 320 +++++++++++++++++++++++++++++++++++ src/pages/index/index.vue | 11 ++ 3 files changed, 337 insertions(+) create mode 100644 src/pages/category/index.vue diff --git a/src/pages.json b/src/pages.json index 4169099..0b7d0b6 100644 --- a/src/pages.json +++ b/src/pages.json @@ -59,6 +59,12 @@ "style": { "navigationBarTitleText": "库存流水" } + }, + { + "path": "pages/category/index", + "style": { + "navigationBarTitleText": "种类管理" + } } ], "globalStyle": { diff --git a/src/pages/category/index.vue b/src/pages/category/index.vue new file mode 100644 index 0000000..d794dfd --- /dev/null +++ b/src/pages/category/index.vue @@ -0,0 +1,320 @@ + + + + + \ No newline at end of file diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 928482a..ad2f368 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -61,6 +61,13 @@ 商品管理 管理商品库存 + + + + + 种类管理 + 管理商品种类 + @@ -451,6 +458,10 @@ export default { background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); } +.menu-card-icon.purple { + background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); +} + .menu-card-title { font-size: 28rpx; font-weight: bold;