焊接日报

This commit is contained in:
2026-06-11 09:43:42 +08:00
parent 2c8af0f2e0
commit 06781c69e1
14 changed files with 713 additions and 24 deletions
+3 -2
View File
@@ -133,8 +133,9 @@
}
const handleItemClick = (item) => {
console.log('点击列表项:', item)
// TODO: 跳转详情
uni.navigateTo({
url: `/pipe/diankou/port_list?id=${item.PointBatchId}&code=${item.PointBatchCode}`
})
}
</script>