he wei
2023-04-12 1011a7c91d0654266f3ba447ebe0f360a5ce60d6
U 大屏核容数
1个文件已修改
6 ■■■■ 已修改文件
src/components/bigScreenPage/big_screen_page.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/bigScreenPage/big_screen_page.vue
@@ -79,7 +79,7 @@
                      <total-data type="设备" label="个" :value="devCount | toLarge"></total-data>
                    </el-col>
                    <el-col :span="6">
                      <total-data type="已核容" label="个" :value="battGroupCount | toLarge"></total-data>
                      <total-data type="已核容" label="个" :value="checkCapNum | toLarge"></total-data>
                    </el-col>
                  </el-row>
                </div>
@@ -171,6 +171,7 @@
  },
  data() {
    return {
      checkCapNum: 0,
      deviceImage,
      powerImage,
      batteryImage,
@@ -326,6 +327,7 @@
        stationNum = 0,
        battGroupCount = 0,
        powerNum = 0,
        checkCapNum = 0,
        stationList = [];
      if (code && data) {
        devCount = data2.devCount;
@@ -333,11 +335,13 @@
        powerNum = data2.powerNum;
        stationNum = data2.stationNum;
        stationList = data2.stationInfList;
        checkCapNum = data2.checkCapNum;
      }
      this.stationNum = stationNum;
      this.devCount = devCount;
      this.battGroupCount = battGroupCount;
      this.powerNum = powerNum;
      this.checkCapNum = checkCapNum;
      // 地图上的站点信息
      if (this.$refs.map) {