Browse Source

修改了电用量单位

duanxiaoduan 1 year ago
parent
commit
ecd0481f1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/report/queryElec/index.vue

+ 1 - 1
src/views/report/queryElec/index.vue

@@ -8,7 +8,7 @@
 
     <el-row v-if="isChart1" style="position: relative;">
       <p style="position: absolute;top:-12px;left:40%;color:rgb(130, 165, 252);background:rgb(230, 243, 255);border:1px solid rgb(130, 165, 252);padding:10px;border-radius:10px">
-        集团用电量:{{ total }}万
+        集团用电量:{{ total }}万千瓦
       </p>
        <el-radio-group v-model="radio1" class="group" @change="changeGroup">
           <el-radio :label="'集团'">集团</el-radio>