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 @@
+
+
+
+
+
+
+
+
+
+ {{ cat.name }}
+ {{ cat.description || '暂无描述' }}
+
+
+ 编辑
+ 删除
+
+
+
+
+
+ 暂无分类
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 名称
+
+
+
+ 描述
+
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
+