From 1ae8826caa5442502ae2782da2638e55e6dc0c62 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 03 七月 2024 10:47:38 +0800 Subject: [PATCH] # --- pages/home/home.vue | 23 +++++++++++++++-------- 1 files changed, 15 insertions(+), 8 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 9042145..4074b7e 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -46,6 +46,13 @@ url: '/order/orderPakin' }, { + title: 'Bom鍏ュ簱鍗�', + name: 'orderBomPakin', + color: 'red', + cuIcon: 'pullup', + url: '/order/orderBomPakin' + }, + { title: '缁勬墭涓婃灦', name: 'putOn', color: 'orange', @@ -143,13 +150,13 @@ success(res) { res = res.data that.elements = [ - { - title: '缁勪欢鐗╂枡', - name: 'moduleMat', - color: 'green', - cuIcon: 'order', - url: '/mat/moduleMat' - }, + // { + // title: '缁勪欢鍏ュ簱', + // name: 'modulePakin', + // color: 'green', + // cuIcon: 'order', + // url: '/pakin/modulePakin' + // }, ] if (res.code === 200) { if (res.data == undefined || res.data == null || res.data == "") { @@ -161,7 +168,7 @@ break; } that.getIcon(res.data[i].title) - that.elements.unshift({ + that.elements.push({ title: res.data[i].name, name: res.data[i].title, color: that.colorList[i], -- Gitblit v1.9.1