src/views/productionManagement/productionProcess/index.vue
@@ -103,6 +103,15 @@ label: "工序机台", prop: "deviceName", }, { label: "报工人", prop: "userNames", dataType: 'tag', formatData: (params) => { if (!params) return [] return params.split(',') } }, // { // label: "工资定额", // prop: "salaryQuota",