src/views/productionManagement/productionCosting/index.vue
@@ -71,11 +71,11 @@ prop: "customerName", width: 250, }, { label: "项目名称", prop: "projectName", width:300 }, // { // label: "项目名称", // prop: "projectName", // width:300 // }, { label: "产品大类", prop: "productCategory", @@ -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);