snow hace 2 años
padre
commit
026b577910
Se han modificado 3 ficheros con 2 adiciones y 2 borrados
  1. 0 0
      dist/app.js
  2. 1 1
      dist/runtime.js
  3. 1 1
      src/components/PerformanceStatisticsReport.vue

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
dist/app.js


+ 1 - 1
dist/runtime.js

@@ -113,7 +113,7 @@
 /******/
 /******/ 	var hotApplyOnUpdate = true;
 /******/ 	// eslint-disable-next-line no-unused-vars
-/******/ 	var hotCurrentHash = "3c04e5cae2f75179c8ef";
+/******/ 	var hotCurrentHash = "35bf24879af456d55e33";
 /******/ 	var hotRequestTimeout = 10000;
 /******/ 	var hotCurrentModuleData = {};
 /******/ 	var hotCurrentChildModule;

+ 1 - 1
src/components/PerformanceStatisticsReport.vue

@@ -51,7 +51,7 @@
 
         <el-table-column show-overflow-tooltip label="销售" min-width="120">
           <template slot-scope="scope">
-            <span>{{ scope.row.total | toThousandFilter }}</span>
+            <span>{{ scope.row.mtotal | toThousandFilter }}</span>
           </template>
         </el-table-column>
         <el-table-column

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio