单体电池

This commit is contained in:
2025-08-15 09:50:30 +08:00
parent 8b20c89cb2
commit 15196f8d71
3 changed files with 152 additions and 117 deletions

View File

@ -62,7 +62,7 @@
</el-form>
<!-- 切换 -->
<div class="tip-container">
<div class="color-tip">
<div class="color-tip" v-show="activeBtn === 'list'">
单体信息
<span class="tip minwd">最低单体温度</span>
<span class="tip maxwd">最高单体温度</span>
@ -255,7 +255,7 @@ export default {
},
init() {
// 只有页面初次加载或切换站点的时候调用电池堆列表,其他情况不需要
this.search = { stackId: "", clusterId: "" ,batteryId:""}; //保证切换站点时,清空选择项
this.search = { stackId: "", clusterId: "", batteryId: "" }; //保证切换站点时,清空选择项
this.clusterOptions = [];
this.pageNum = 1;
this.totalSize = 0;