查看物流

This commit is contained in:
姚亚男
2021-09-16 11:21:39 +08:00
parent c34779e717
commit 8fa033dd29
+1 -1
View File
@@ -195,7 +195,7 @@ export default {
},
methods: {
// 查看物流
goLogistics(recor
goLogistics(record) {
const com = Number(record.sendMethod) === 1 && 'ems' || 'shunfeng'
window.open(`https://www.kuaidi100.com/chaxun?com=${com}&nu=${record.postNo}`)
},