diff --git a/src/pages.json b/src/pages.json index 5865655..91f7d32 100644 --- a/src/pages.json +++ b/src/pages.json @@ -84,6 +84,18 @@ "navigationBarTitleText": "库存流水" } }, + { + "path": "pages/customer/create", + "style": { + "navigationBarTitleText": "新增客户" + } + }, + { + "path": "pages/customer/list", + "style": { + "navigationBarTitleText": "客户列表" + } + }, { "path": "pages/category/index", "style": { diff --git a/src/pages/customer/create.vue b/src/pages/customer/create.vue new file mode 100644 index 0000000..d70a539 --- /dev/null +++ b/src/pages/customer/create.vue @@ -0,0 +1,101 @@ + + + + + \ No newline at end of file diff --git a/src/pages/customer/list.vue b/src/pages/customer/list.vue new file mode 100644 index 0000000..60c6b90 --- /dev/null +++ b/src/pages/customer/list.vue @@ -0,0 +1,128 @@ + + + + + \ No newline at end of file diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 43fa3ab..3d9a044 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -58,6 +58,14 @@ 管理