瀏覽代碼

成品入库-字段顺序调整

jingbb 8 月之前
父節點
當前提交
07a5fe7e81
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/production/productionTotalOrder/modules/productWarehousModel.vue

+ 4 - 4
src/views/production/productionTotalOrder/modules/productWarehousModel.vue

@@ -159,15 +159,15 @@
                     ellipsis: true,
                 },
                 {
-                    title: '已入库数量',
+                    title: '已入库数量',
                     align:"center",
-                    dataIndex: 'executeInLeaf',
+                    dataIndex: 'executeInFrames',
                     ellipsis: true,
                 },
                 {
-                    title: '已入库数量',
+                    title: '已入库数量',
                     align:"center",
-                    dataIndex: 'executeInFrames',
+                    dataIndex: 'executeInLeaf',
                     ellipsis: true,
                 },
                 {