From 95308b5b767ada3ce748c104424357189d7746c4 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期三, 17 四月 2024 15:06:36 +0800
Subject: [PATCH] #
---
pages/home/orderManage.vue | 27 +++++++++++++++++++++++++--
1 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/pages/home/orderManage.vue b/pages/home/orderManage.vue
index b7de376..94aa288 100644
--- a/pages/home/orderManage.vue
+++ b/pages/home/orderManage.vue
@@ -27,11 +27,34 @@
elements2: [
{
title: '閲囪喘鍏ュ簱鍗�',
- name: 'pakin',
+ name: 'outPakin',
color: 'blue',
// cuIcon: 'pullup',
- url: `/phyz/order/purchaseOrder`
+ url: `/phyz/order/pakinOrderSelect`
},
+ // {
+ // title: '鍑哄簱鍗�',
+ // name: 'outOrder',
+ // color: 'blue',
+ // // cuIcon: 'pullup',
+ // url: `/phyz/order/outOrder`
+ // },
+ // {
+ // title: '鍏ュ簱鍗曟祴璇曠敤',
+ // name: 'pakin',
+ // color: 'blue',
+ // // cuIcon: 'pullup',
+ // url: `/phyz/order/purchaseOrder`
+ // },
+ {
+ title: '璁㈠崟鍑哄簱',
+ name: 'outOrder',
+ color: 'blue',
+ // cuIcon: 'pullup',
+ url: `/phyz/orderOut/orderOutSelect`
+ },
+
+
],
colorList: ['cyan','blue','purple','mauve','pink','brown','red','orange','yellow','olive','olive','grey' ]
};
--
Gitblit v1.9.1