From 8e793ad7973359bc44fb4e691bbf1008940f9af7 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 27 四月 2023 16:31:49 +0800
Subject: [PATCH] #
---
pages/home/home.vue | 18 ++++++++++++++++--
pages.json | 20 +++++++++++++-------
pages/order/orderPutDown.vue | 8 ++++++++
pages/order/orderPakin.vue | 0
pages/order/orderPutOn.vue | 8 ++++++++
5 files changed, 45 insertions(+), 9 deletions(-)
diff --git a/pages.json b/pages.json
index 4861710..726ab5a 100644
--- a/pages.json
+++ b/pages.json
@@ -31,17 +31,23 @@
}
},
{
- "path": "pages/pakin/orderPakin",
+ "path": "pages/order/orderPakin",
"style": {
"navigationBarTitleText": "璁㈠崟鍏ュ簱"
}
},
- // {
- // "path": "pages/print/print",
- // "style": {
- // "navigationBarTitleText": "鎵撳嵃"
- // }
- // },
+ {
+ "path": "pages/order/orderPutOn",
+ "style": {
+ "navigationBarTitleText": "璁㈠崟涓婃灦"
+ }
+ },
+ {
+ "path": "pages/order/orderPutDown",
+ "style": {
+ "navigationBarTitleText": "璁㈠崟涓嬫灦"
+ }
+ },
{
"path": "pages/print/print",
"style": {
diff --git a/pages/home/home.vue b/pages/home/home.vue
index e2e9aa2..026fb34 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -31,16 +31,30 @@
name: 'orderPakin',
color: 'blue',
cuIcon: 'list',
- url: '/pakin/orderPakin'
+ url: '/order/orderPakin'
},
{
title: '鎵撳嵃',
name: 'print',
- color: 'blue',
+ color: 'purple',
cuIcon: 'list',
url: '/print/print'
},
{
+ title: '璁㈠崟涓婃灦',
+ name: 'print',
+ color: 'mauve',
+ cuIcon: 'list',
+ url: '/order/orderPutOn'
+ },
+ {
+ title: '璁㈠崟涓嬫灦',
+ name: 'print',
+ color: 'pink',
+ cuIcon: 'list',
+ url: '/order/orderPutDown'
+ },
+ {
title: '閫�鍑虹櫥褰�',
name: 'logOut',
color: 'grey',
diff --git a/pages/pakin/orderPakin.vue b/pages/order/orderPakin.vue
similarity index 100%
rename from pages/pakin/orderPakin.vue
rename to pages/order/orderPakin.vue
diff --git a/pages/order/orderPutDown.vue b/pages/order/orderPutDown.vue
new file mode 100644
index 0000000..02409e3
--- /dev/null
+++ b/pages/order/orderPutDown.vue
@@ -0,0 +1,8 @@
+<template>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>
\ No newline at end of file
diff --git a/pages/order/orderPutOn.vue b/pages/order/orderPutOn.vue
new file mode 100644
index 0000000..02409e3
--- /dev/null
+++ b/pages/order/orderPutOn.vue
@@ -0,0 +1,8 @@
+<template>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>
\ No newline at end of file
--
Gitblit v1.9.1