chengxiangling
2025-05-12 9913a8576939f5f5619c13ad4d3a7a90ea0a54d3
src/views/basicData/materialManagement/index.vue
@@ -165,7 +165,6 @@
    width: 150,
    formatter: (({ cellValue, row, column }) => {
      if (cellValue) {
        console.log(plantList.value);
        for(let i=0;i<plantList.value.length;i++){
          if(cellValue===plantList.value[i].plantCode){
            return plantList.value[i].plantName