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);