#
luxiaotao1123
2024-09-20 f6ba6151e53a9cd4bd46f56edcb6d88ec86a92bd
zy-acs-flow/src/i18n/en.js
@@ -520,6 +520,18 @@
            },
            levOffset: 'lev offset',
            bottomOffset: 'bottom offset',
        },
        funcSta: {
            enums: {
                type: {
                    charge: 'Charge',
                    standby: 'Standby',
                },
                state: {
                    idle: 'Idle',
                    occupied: 'Occupied',
                }
            }
        }
    }
};