huminmin
5 天以前 2e8df0f6054892ab2abde5c47d42f35dff096910
src/views/productionManagement/productionProcess/index.vue
@@ -99,6 +99,10 @@
      prop: "name",
    },
    {
      label: "工序类型",
      prop: "typeText",
    },
    {
      label: "工资定额",
      prop: "salaryQuota",
    },
@@ -175,6 +179,7 @@
        tableLoading.value = false;
        tableData.value = res.data.records.map(item => ({
          ...item,
          typeText: item.type ? (item.type === 0 ? "计时" : "计件") : "",
        }));
        page.total = res.data.total;
      })