yaowanxin
2025-12-16 a71536ebc8d8aeff8f8fdbba75497c35b7697d92
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);