src/views/productionManagement/productionReporting/index.vue
@@ -163,6 +163,11 @@
      width: 120,
    },
    {
      label: "工序",
      prop: "process",
      width: 120,
    },
    {
      label: "工单编号",
      prop: "workOrderNo",
      width: 120,
@@ -412,4 +417,8 @@
  });
</script>
<style scoped></style>
<style scoped>
.table_list {
   margin-top: unset;
}
</style>