snow 1 year ago
parent
commit
2ee1ea7377

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


BIN
dist/static/js/app.852448b8.js.gz


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


BIN
dist/static/js/app.ba5051cd.js.gz


+ 2 - 2
src/components/reports/src/CompanyMonthGrossMargin.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="SalesReportRejectedNew">
+  <div class="SalesReportRejectedNew" style="margin-top:10px">
     <el-table
       :data="tableData"
       v-loading="loading"
@@ -7,7 +7,7 @@
       :size="'mini'"
       style="width: 100%"
     >
-      <el-table-column label="月份" prop="depart">
+      <el-table-column label="月份" prop="depart" fixed="left">
         <template slot-scope="scope">{{scope.row.month}}</template>
       </el-table-column>
       <el-table-column label="销售净额" prop="pure_sale">

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