snow 2 년 전
부모
커밋
026b577910
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      dist/app.js
  2. 1 1
      dist/runtime.js
  3. 1 1
      src/components/PerformanceStatisticsReport.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.