dy
2025-04-23 25aa7a5b88a12dd176130d67d2a01650a3ffe843
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