@@ -164,7 +164,7 @@
fixed: 'left'
},
{
- prop: 'code',
+ slot: 'code',
label: '生产工单号',
align: 'center'
@@ -329,7 +329,7 @@
goDetail (row) {
this.$router.push({
- path: '/productionPlan/detail',
+ path: '/produceOrder/detail',
query: {
id: row.id
}