#
luxiaotao1123
2024-09-20 6f44a7a430b37b37dd57ac6e502e6e0b4aa69a54
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',
                }
            }
        }
    }
};