snow 1 年間 前
コミット
2ee1ea7377

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/index.html


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


ファイルの差分が大きいため隠しています
+ 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">

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません