src/views/productionManagement/productionProcess/index.vue
@@ -179,7 +179,7 @@ tableLoading.value = false; tableData.value = res.data.records.map(item => ({ ...item, typeText: item.type !== undefined && item.type !== null ? (item.type === 0 ? "计时" : "计件") : "", typeText: item.type !== undefined && item.type !== null ? (item.type === 1 ? "加工" : item.type === 2 ? "刮板冷芯制作" : item.type === 3 ? "管路组对" : item.type === 4 ? "罐体连接及调试" : item.type === 5 ? "测试打压" : "其他") : "", })); page.total = res.data.total; })