From 24e7868d80a850bbbda953a73e2598675dc228f6 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期四, 27 十一月 2025 13:49:02 +0800
Subject: [PATCH] PDA增加投料菜单
---
pages/sys/home/index.vue | 25 +++++++++++++++----------
1 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/pages/sys/home/index.vue b/pages/sys/home/index.vue
index ec7b3af..57cab40 100644
--- a/pages/sys/home/index.vue
+++ b/pages/sys/home/index.vue
@@ -42,16 +42,21 @@
// url: '/pages/product/receive/index',
// icon: 'three'
// },
- // {
- // name: '杞﹂棿璁㈠崟涓嬪彂',
- // url: '/pages/product/WorkshopOrderIssued/index',
- // icon: 'four'
- // },
- // {
- // name: '杞﹂棿鍙栨秷涓嬪彂',
- // url: '/pages/product/WorkshopOrderCancellationIssued/index',
- // icon: 'five'
- // },
+ {
+ name: '鐗╂枡涓嬪彂',
+ url: '/pages/product/WorkshopOrderIssued/index',
+ icon: 'four'
+ },
+ {
+ name: '鐗╂枡鍙栨秷涓嬪彂',
+ url: '/pages/product/WorkshopOrderCancellationIssued/index',
+ icon: 'five'
+ },
+ {
+ name: '鎶曟枡',
+ url: '/pages/product/feeding/index',
+ icon: 'ten'
+ },
]
},
{
--
Gitblit v1.9.3