Zhu Zhonghua
2025-04-24 9080df938f0dfc45553eb6b67bff7ef6da129d1b
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