Explorar el Código

光伏矩阵字段错误BUG修复

Koishi hace 3 años
padre
commit
45c1cdaa40
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/LightMatrix/LightMatrix.vue

+ 2 - 2
src/views/LightMatrix/LightMatrix.vue

@@ -123,7 +123,7 @@
                     >
                       <SvgIcon svgid="svg-A"></SvgIcon>
                     </i>
-                    <span>{{ cItem.fdl }}</span>
+                    <span>{{ cItem.fs }}</span>
                   </div>
                   <div class="num">
                     <i
@@ -149,7 +149,7 @@
                     >
                       <SvgIcon svgid="svg-V"></SvgIcon>
                     </i>
-                    <span>{{ cItem.fs }}</span>
+                    <span>{{ cItem.fdl }}</span>
                   </div>
                 </div>
               </div>