光伏功能逻辑代码及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: '和',
yszc: '隐私政策',
yhxyhyszc: '用户协议和隐私政策',
msgf: '欢迎使用“小储大能”APP我们非常重视您的个人信息和隐私保护。在您使用本应用前请仔细阅读',
msgf: '欢迎使用“澤泰云”APP我们非常重视您的个人信息和隐私保护。在您使用本应用前请仔细阅读',
msgs: '您在使用本应用时,即表示您已阅读、理解并同意接受本协议的所有条款。如果您不同意本协议的任何内容,请立即停止使用本应用。',
agree: '同意',
quit: '不同意',
@ -34,7 +34,7 @@ export default {
useElecPrice: '用电价格',
workStatus: '工作状态:',
standing:'静置',
activePower:'有功功率(kW):',
activePowerpcs:'有功功率',
operatingPower:'运行功率',
accumulatedElectricityConsumption:'累计电量',
pvKpi: '光伏KPI',
@ -61,7 +61,44 @@ export default {
enmonthTotalChargePrice: '本月总充电量总价(元)',
enmonthTotalDisChargePrice: '本月总放电量总价(元)',
enearnings: '收益(元)',
pvSwitch:'PV开关'
pvSwitch:'PV开关',
stationDatacom: '电站数据',
sevenDaycom:'近七天',
todayEarning: '今日收益(元)',
totalRevenue: '累计收益(元)',
ratedPower: '额定功率(kW)',
currentMonthlyPowerGeneration: '本月发电量',
cumulativePowerGeneration: '累计发电量',
ratedPowernokw: '额定功率',
powerGenerationStatus: '项目发电情况',
monthlyIncome: '本月收益(元)',
lowV:'低压侧电压',
lowI:'低压侧电流',
highV:'高压侧电压',
timesArr: [{
text: '1分钟',
value: 1
},
{
text: '5分钟',
value: 5
},
{
text: '10分钟',
value: 10
},
{
text: '15分钟',
value: 15
},
{
text: '20分钟',
value: 20
},
{
text: '30分钟',
value: 30
}
]
}
};