src/pages/production/list/index.vue
@@ -13,7 +13,13 @@ <ProductCard v-for="(item, index) in list" :key="index" :data="item" :data="{ deviceModel: item.deviceModel, model: item.model, totalAmount: item.totalLength, amount: item.length, unAmount: item.unLength, }" @click="toDetail(item.id, item.type)" /> </z-paging>