snow 1 년 전
부모
커밋
9da8ac490d

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.2903b93e.js


BIN
dist/static/js/app.2903b93e.js.gz


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.4de1ae2d.js


BIN
dist/static/js/app.4de1ae2d.js.gz


+ 1 - 1
src/components/reports/src/GrossMargin.vue

@@ -15,7 +15,7 @@
         <template slot-scope="scope">{{unit2TenThousand(scope.row.pure_day_sale)}}</template>
       </el-table-column>
       <el-table-column label="本日毛利润" prop="pure_day_profit">
-        <template slot-scope="scope">{{scope.row.pure_day_profit}}</template>
+        <template slot-scope="scope">{{unit2TenThousand(scope.row.pure_day_profit)}}</template>
       </el-table-column>
       <el-table-column label="本日毛利率" prop="pure_day_interest_rate">
        <template slot-scope="scope">{{Number(scope.row.pure_day_interest_rate || 0).toFixed(2) + '%'}}</template>

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