snow 1 年之前
父節點
當前提交
9da8ac490d

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.2903b93e.js


二進制
dist/static/js/app.2903b93e.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.4de1ae2d.js


二進制
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>

Some files were not shown because too many files changed in this diff