From 940966019f1d6bee6ea97af4c0373dbb25992098 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期四, 18 十二月 2025 11:43:21 +0800
Subject: [PATCH] #添加了一个页面,在home中添加了进入这个页面的按钮,pages.json中的pages数组中注册了该页面
---
pages/home/home.vue | 36 ++++++++++++++++++++++++++++++++----
1 files changed, 32 insertions(+), 4 deletions(-)
diff --git a/pages/home/home.vue b/pages/home/home.vue
index e2280de..8d42ed2 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -32,6 +32,13 @@
url: '/common/modeSwitch'
},
{
+ title: '鍏ュ簱',
+ name: 'sockroom',
+ color: 'cyan',
+ cuIcon: 'pullup',
+ url: '/sockroom/sockroom'
+ },
+ {
title: '鍑哄簱纭',
name: 'checkOut',
color: 'cyan',
@@ -46,11 +53,32 @@
url: '/out/stockOut'
},
{
- title: '鎵嬪姩鍏ュ簱',
- name: 'handIn',
- color: 'olive',
+ title: '閫�搴撳崟閫�搴�',
+ name: 'orderOut',
+ color: 'blue',
cuIcon: 'pullup',
- url: '/out/handIn'
+ url: '/order/orderPakin2'
+ },
+ // {
+ // title: '鎵嬪姩鍏ュ簱',
+ // name: 'handIn',
+ // color: 'olive',
+ // cuIcon: 'pullup',
+ // url: '/out/handIn'
+ // },
+ {
+ title: '鏍稿鍗曟嵁',
+ name: 'orderGift',
+ color: 'orange',
+ cuIcon: 'pullup',
+ url: '/out/orderGift'
+ },
+ {
+ title: '鏍稿',
+ name: 'orderGift2',
+ color: 'orange',
+ cuIcon: 'pullup',
+ url: '/out/orderGift2'
},
// {
// title: '缁勬墭鍏ュ簱',
--
Gitblit v1.9.1