zck 8 сар өмнө
parent
commit
b3c86e324c

+ 5 - 5
src/view/yunyin/shengchanguanli/shengchanpaichan.vue

@@ -455,11 +455,11 @@
                   { align:'left', title:'订单编号', prop: '订单编号', width: 110, sortable: 'sortable', },
                   { align:'left', title: '客户编号', prop: '客户编号', width: 110, sortable: 'sortable', },
                   { align:'left', title: '款式', prop: '款式', width: 110,  sortable: 'sortable', },
-				  { align:'left', title: '生产款号', prop: '生产款号', width: 160,  sortable: 'sortable', },
-				  { align:'left', title: '制单数', prop: '制单数', width: 160,  sortable: 'sortable', },
-				  { align:'left', title: '工单完工数量', prop: '工单完工数量', width: 160,  sortable: 'sortable', },
-				  { align:'left', title: '落货日期', prop: '落货日期', width: 120,  sortable: 'sortable', },
-				  { align:'left', title: '生产时间', prop: '创建时间', width: 160,  sortable: 'sortable', },
+                  { align:'left', title: '生产款号', prop: '生产款号', width: 160,  sortable: 'sortable', },
+                  { align:'left', title: '制单数', prop: '制单数', width: 160,  sortable: 'sortable', },
+                  { align:'left', title: '车缝完工数量', prop: '完工数量', width: 160,  sortable: 'sortable', },
+                  { align:'left', title: '落货日期', prop: '落货日期', width: 120,  sortable: 'sortable', },
+                  { align:'left', title: '生产时间', prop: '创建时间', width: 160,  sortable: 'sortable', },
               ]">
                   <el-table-column :align="item.align" :label="item.title"  :fixed="item.fixed" :prop="item.prop" :width="item.width" :sortable="item.sortable" />
                 </template>