光伏功能逻辑代码及BUG修改

This commit is contained in:
huangjp
2025-12-26 11:26:40 +08:00
parent b3608320a8
commit cbb1d7a8a9
27 changed files with 1839 additions and 543 deletions

View File

@ -20,7 +20,7 @@ export default {
and: 'and',
yszc: 'Privacy Policy',
yhxyhyszc: 'User Agreement and Privacy Policy',
msgf: 'Welcome to the "Small Savings and Great Energy" APP, we attach great importance to the protection of your personal information and privacy. Please read this app carefully before you use it',
msgf: 'Welcome to the "Zeta Cloud" APP, we attach great importance to the protection of your personal information and privacy. Please read this app carefully before you use it',
msgs: 'When you use this application, it means that you have read, understood and agreed to accept all the terms of this agreement. If you do not agree with any of the contents of this Agreement, please stop using this Application immediately.',
agree: 'Agree',
quit: 'Disagree',
@ -34,11 +34,11 @@ export default {
useElecPrice: 'Electricity prices',
workStatus: 'Working Status',
standing:'standing',
activePower:'Active Power(kW):',
activePowerpcs:'Active Power:',
operatingPower:'Operating Power',
accumulatedElectricityConsumption:'Total power',
pvKpi: 'PV KPI',
saveStandardCoal: 'Save standard coal (ton)',
saveStandardCoal: 'Save standard coal (t)',
equivalentCo2Reduction: "CO2 emission reduction (kg)",
equivalentTreePlantings: "Equivalent tree plantings (Trees)",
dailyPowerGeneration: 'Daily Power Generation',
@ -61,6 +61,44 @@ export default {
enmonthTotalChargePrice: 'Total Charging Price Monthly(EUR)',
enmonthTotalDisChargePrice: 'Total Discharging Price Monthly(EUR)',
enearnings: 'Revenue(EUR)',
pvSwitch:'PV switch'
pvSwitch:'PV switch',
stationDatacom: 'Station Data',
sevenDaycom:'Week',
todayEarning: 'Today Earning(EUR)',
totalRevenue: 'Cumulative Earnings(EUR)',
ratedPower: 'Rated Power(kW)',
currentMonthlyPowerGeneration: 'Current monthly power generation',
cumulativePowerGeneration: 'cumulative power generation',
ratedPowernokw: 'Rated Power',
powerGenerationStatus: 'power Generation Status',
monthlyIncome: 'Monthly income(EUR)',
lowV: 'low-side voltage',
lowI: 'low-side current',
highV: 'high-side voltage',
timesArr: [{
text: '1 Minutes',
value: 1
},
{
text: '5 Minutes',
value: 5
},
{
text: '10 Minutes',
value: 10
},
{
text: '15 Minutes',
value: 15
},
{
text: '20 Minutes',
value: 20
},
{
text: '30 Minutes',
value: 30
}
]
}
}