Merge pull request 'projects/mescc/zjl' (#51) from projects/mescc/zjl into projects/mescc/develop
Todas las comprobaciones han sido exitosas
continuous-integration/drone/push Build is passing

Reviewed-on: #51
Este commit está contenido en:
朱菊兰 2024-06-19 16:52:26 +08:00
commit abfd20bac6
Se han modificado 2 ficheros con 2 adiciones y 2 borrados

Ver fichero

@ -201,7 +201,7 @@ export default {
res.data.forEach((item) => {
let obj = {};
obj.factory = item.factory;
obj.item = "FTO投入";
obj.item = "芯片产量";
obj.unit = "片";
obj.lastone = item.lastone.total;
obj.currentone = item.currentone.total;

Ver fichero

@ -201,7 +201,7 @@ export default {
res.data.forEach((item) => {
let obj = {};
obj.factory = item.factory;
obj.item = "FTO投入";
obj.item = "标准组件产量";
obj.unit = "片";
obj.lastone = item.lastone.total;
obj.currentone = item.currentone.total;