sjz
2025-02-19 9790ff7ecc198ae3bbf10d5e3707a95d60ddab69
pages/index/index.vue
@@ -1,3 +1,4 @@
<template>
   <view>
      <u-grid :col="3" @click="gotoPage" border>
@@ -32,13 +33,28 @@
                  icon:''
               },
               {
                  name :'机台报工',
                  src:'/pages/work_reporting/work_reporting',
                  name: '齿轮制程检验',
                  src: '/pages/inspection/mtInspectionList',
                  icon:''
               },
               {
                  name :'成品入库检检验',
                  src:'/pages/fqc/fqcInspectionList',
                  icon:''
               },
               {
                  name :'来料检验申请单',
                  src:'/pages/iqc/iqcInspectionList',
                  icon:''
               },
               {
                  name :'设备点检计划',
                  src:'/pages/eqSpotCheck/eqSpotCheck',
                  src:'/pages/eqSpotCheck/eqSpotCheckList',
                  icon:''
               },
               {
                  name :'模具保养计划',
                  src:'/pages/eqSpotCheck/moldSpotCheckList',
                  icon:''
               },
            ]
@@ -91,6 +107,6 @@
      border-bottom: 1upx solid #dadbde;
      border-right: 1upx solid #dadbde;
      background-color: #f1f2f4;
      height: 100upx;
      height: 15vh;
   }
</style>