Parcourir la source

提交作业票多个3+效果 与locktype页面

pm il y a 6 mois
Parent
commit
9fe207f79d
2 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 1
      src/views/mes/job/jobm/NewMarsJob.vue
  2. 0 1
      src/views/mes/md/locktype/index.vue

+ 1 - 1
src/views/mes/job/jobm/NewMarsJob.vue

@@ -60,7 +60,7 @@
     cursor: 'pointer'
   }"
           >
-            {{ i + 1 }}
+            {{ (i === 2 && TicketListPage[item.entityId] && TicketListPage[item.entityId].length > 3) ? '3+' : (i + 1) }}
           </div>
 
           <img

+ 0 - 1
src/views/mes/md/locktype/index.vue

@@ -146,7 +146,6 @@
             v-hasPermi="['mes:md:locktype:add']"
             >新增
           </el-button>
-
           <el-button
             v-no-more-click
             v-if="scope.row.parentTypeId != 0"