张诺
19 小时以前 f5870047d2dffa312f9d3f80abb3def283b5647f
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",