浏览代码

创建工单

quwangxin 2 年之前
父节点
当前提交
979480528c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/produceOrder/index.vue

+ 2 - 2
src/views/produceOrder/index.vue

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