gaoluyang
2026-04-22 afcb55d7548232fde6d659ad447b5f1b8a53cf0d
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>