#
whycq
2024-07-03 ec51573a2733e7b64c81903b2953edf8786672c0
pages/home/home.vue
@@ -143,13 +143,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 +161,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],