From 35affebf36d975f2f19d01f09a114c99155e03c3 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期日, 14 四月 2024 19:36:46 +0800 Subject: [PATCH] # --- pages/home/orderManage.vue | 20 ++++++++++++++++++-- 1 files changed, 18 insertions(+), 2 deletions(-) diff --git a/pages/home/orderManage.vue b/pages/home/orderManage.vue index 8555208..a9074ad 100644 --- a/pages/home/orderManage.vue +++ b/pages/home/orderManage.vue @@ -27,10 +27,10 @@ elements2: [ { title: '閲囪喘鍏ュ簱鍗�', - name: 'pakin', + name: 'outOrder', color: 'blue', // cuIcon: 'pullup', - url: `/phyz/order/purchaseOrder` + url: `/phyz/order/pakinOrderSelect` }, { title: '鍑哄簱鍗�', @@ -39,6 +39,22 @@ // cuIcon: 'pullup', url: `/phyz/order/outOrder` }, + { + title: '鍏ュ簱鍗曟祴璇曠敤', + name: 'pakin', + color: 'blue', + // cuIcon: 'pullup', + url: `/phyz/order/purchaseOrder` + }, + { + title: '鍑哄簱鍗曟祴璇曠敤', + name: 'pakin', + 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