From 24db75ff3d25124eb911fbcbbf90b716c1a3c452 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期四, 30 五月 2024 17:01:04 +0800 Subject: [PATCH] # --- pages/home/home.vue | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 8ef4dd5..b294171 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -50,7 +50,7 @@ name: 'orderPutOn', color: 'yellow', cuIcon: 'pullup', - url: '/order/orderPutOn' + url: '/order/orderList' }, { title: '璁㈠崟缁勬墭', @@ -59,6 +59,13 @@ cuIcon: 'pulldown', url: '/order/orderComb' }, + { + title: '骞舵澘鍏ュ簱', + name: 'orderPickConfirm', + color: 'green', + cuIcon: 'pulldown', + url: '/order/orderPickConfirm' + }, // { // title: '搴撳瓨鏌ヨ', // name: 'stockQuery', -- Gitblit v1.9.1