From 7b970c2666ae8d51147890b328d63040bddb751d Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期四, 16 十一月 2023 16:15:44 +0800 Subject: [PATCH] # --- pages/home/home.vue | 51 +++++++++++++++++++++++++++++++++------------------ 1 files changed, 33 insertions(+), 18 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index adf7b0c..385f85f 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -24,13 +24,28 @@ icon: '', elements: [], elements2: [ - // { - // title: '缁勬墭鍏ュ簱', - // name: 'pakin', - // color: 'orange', - // cuIcon: 'pullup', - // url: '/pakin/pakin' - // }, + + { + title: '骞冲簱涓婃灦', + name: 'goodsUp', + color: 'pink', + cuIcon: 'pullup', + url: '/pakin/goodsUp' + }, + { + title: '骞冲簱涓嬫灦', + name: 'goodsDown', + color: 'orange', + cuIcon: 'pullup', + url: '/pakin/goodsDown' + }, + { + title: '骞冲簱缁勬墭', + name: 'pakin', + color: 'orange', + cuIcon: 'pullup', + url: '/pakin/pakin' + }, // { // title: '璁㈠崟缁勬墭', // name: 'orderPakin', @@ -66,14 +81,7 @@ // color: 'purple', // cuIcon: 'text', // url: '/print/print' - // }, - { - title: '鐢熸垚璁㈠崟', - name: 'orderPutOn', - color: 'mauve', - cuIcon: 'pullup', - url: '/order/createOrder' - }, + // }, // { // title: '璁㈠崟涓婃灦', // name: 'orderPutOn', @@ -81,12 +89,19 @@ // cuIcon: 'pullup', // url: '/order/orderPutOn' // }, + // { + // title: '璁㈠崟涓嬫灦', + // name: 'orderPutDown', + // color: 'pink', + // cuIcon: 'pulldown', + // url: '/order/orderPutDown' + // }, { - title: '璁㈠崟涓嬫灦', - name: 'orderPutDown', + title: '鎷h揣涓嬫灦', + name: 'pickOffLines', color: 'pink', cuIcon: 'pulldown', - url: '/order/orderPutDown' + url: '/order/pickOffLines' }, { title: '搴撳瓨鏌ヨ', -- Gitblit v1.9.1