@@ -60,7 +60,7 @@
cursor: 'pointer'
}"
>
- {{ i + 1 }}
+ {{ (i === 2 && TicketListPage[item.entityId] && TicketListPage[item.entityId].length > 3) ? '3+' : (i + 1) }}
</div>
<img
@@ -146,7 +146,6 @@
v-hasPermi="['mes:md:locktype:add']"
>新增
</el-button>
-
<el-button
v-no-more-click
v-if="scope.row.parentTypeId != 0"