gaoluyang
2025-12-04 cec42fd188b00a2f8fe8f6902ccfc58381d2a481
src/views/productionManagement/productionCosting/index.vue
@@ -100,15 +100,15 @@
      width: 100,
   },
   {
      label: "工时定额",
      label: "工资",
      prop: "workHours",
      width: 100,
   },
   {
      label: "工资",
      prop: "wages",
      width: 100,
   },
   // {
   //    label: "工资",
   //    prop: "wages",
   //    width: 100,
   // },
]);
const tableData = ref([]);
const tableLoading = ref(false);