xiaodai2022 před 2 roky
rodič
revize
db7a7b808e

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
dist/index.html


Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
dist/static/js/app.62377bf4.js


binární
dist/static/js/app.62377bf4.js.gz


Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
dist/static/js/app.8a91149b.js


binární
dist/static/js/app.8a91149b.js.gz


+ 14 - 14
src/components/SalesReportRejected.vue

@@ -9,62 +9,62 @@
       :size="'mini'"
       style="width: 100%"
     >
-      <el-table-column prop="p" label="业绩类型" fixed="left" width="81">
+      <el-table-column prop="p" label="业绩类型" fixed="left" min-width="81">
       </el-table-column>
-      <el-table-column label="本日金额" width="120" align="center">
-        <el-table-column show-overflow-tooltip label="销售" width="120">
+      <el-table-column label="本日金额" min-width="120" align="center">
+        <el-table-column show-overflow-tooltip label="销售" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.dtotal | toThousandFilter }}</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="退款" width="120">
+        <el-table-column show-overflow-tooltip label="退款" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.thfee | toThousandFilter }}</span>
           </template>
         </el-table-column>
       </el-table-column>
 
-      <el-table-column label="本周金额" width="120" align="center">
-        <el-table-column show-overflow-tooltip label="销售" width="120">
+      <el-table-column label="本周金额" min-width="120" align="center">
+        <el-table-column show-overflow-tooltip label="销售" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.wtotal | toThousandFilter }}</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="退款" width="120">
+        <el-table-column show-overflow-tooltip label="退款" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.wthfee | toThousandFilter }}</span>
           </template>
         </el-table-column>
       </el-table-column>
 
-      <el-table-column label="本月金额" width="120" align="center">
-        <el-table-column show-overflow-tooltip label="销售指标" width="120">
+      <el-table-column label="本月金额" min-width="120" align="center">
+        <el-table-column show-overflow-tooltip label="销售指标" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.tips | toThousandFilter }}</span>
           </template>
         </el-table-column>
 
-        <el-table-column show-overflow-tooltip label="销售" width="120">
+        <el-table-column show-overflow-tooltip label="销售" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.total | toThousandFilter }}</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="销售完成率" width="95">
+        <el-table-column show-overflow-tooltip label="销售完成率" min-width="95">
           <template slot-scope="scope">
             <span>{{ scope.row.rate }}%</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="退款" width="120">
+        <el-table-column show-overflow-tooltip label="退款" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.mthfee | toThousandFilter }}</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="净销售" width="120">
+        <el-table-column show-overflow-tooltip label="净销售" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.thtotal | toThousandFilter }}</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="净销售完成率" width="95">
+        <el-table-column show-overflow-tooltip label="净销售完成率" min-width="95">
           <template slot-scope="scope">
             <span>{{ scope.row.thrate }}%</span>
           </template>

+ 14 - 14
src/components/SalesReportRejectedNew.vue

@@ -14,62 +14,62 @@
       :row-class-name="tableRowClassName"
       :tree-props="{ children: 'child', hasChildren: 'hasChildren' }"
     >
-      <el-table-column prop="p" label="业绩类型" fixed="left" width="120">
+      <el-table-column prop="p" label="业绩类型" fixed="left" min-width="120">
       </el-table-column>
-      <el-table-column label="本日金额" width="120" align="center">
-        <el-table-column show-overflow-tooltip label="销售" width="120">
+      <el-table-column label="本日金额" min-width="120" align="center">
+        <el-table-column show-overflow-tooltip label="销售" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.dtotal | toThousandFilter }}</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="退款" width="120">
+        <el-table-column show-overflow-tooltip label="退款" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.thfee | toThousandFilter }}</span>
           </template>
         </el-table-column>
       </el-table-column>
 
-      <el-table-column label="本周金额" width="120" align="center">
-        <el-table-column show-overflow-tooltip label="销售" width="120">
+      <el-table-column label="本周金额" min-width="120" align="center">
+        <el-table-column show-overflow-tooltip label="销售" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.wtotal | toThousandFilter }}</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="退款" width="120">
+        <el-table-column show-overflow-tooltip label="退款" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.wthfee | toThousandFilter }}</span>
           </template>
         </el-table-column>
       </el-table-column>
 
-      <el-table-column label="本月金额" width="120" align="center">
-        <el-table-column show-overflow-tooltip label="销售指标" width="120">
+      <el-table-column label="本月金额" min-width="120" align="center">
+        <el-table-column show-overflow-tooltip label="销售指标" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.tips | toThousandFilter }}</span>
           </template>
         </el-table-column>
 
-        <el-table-column show-overflow-tooltip label="销售" width="120">
+        <el-table-column show-overflow-tooltip label="销售" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.total | toThousandFilter }}</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="销售完成率" width="95">
+        <el-table-column show-overflow-tooltip label="销售完成率" min-width="95">
           <template slot-scope="scope">
             <span>{{ scope.row.rate ? scope.row.rate + "%" : "" }}</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="退款" width="120">
+        <el-table-column show-overflow-tooltip label="退款" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.mthfee | toThousandFilter }}</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="净销售" width="120">
+        <el-table-column show-overflow-tooltip label="净销售" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.thtotal | toThousandFilter }}</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="净销售完成率" width="95">
+        <el-table-column show-overflow-tooltip label="净销售完成率" min-width="95">
           <template slot-scope="scope">
             <span>{{ scope.row.thrate ? scope.row.thrate + "%" : "" }}</span>
           </template>

+ 14 - 14
src/components/SalesReportRejectedSettlement.vue

@@ -10,62 +10,62 @@
       :size="'mini'"
       style="width: 100%"
     >
-      <el-table-column prop="p" label="业绩类型" fixed="left" width="81">
+      <el-table-column prop="p" label="业绩类型" fixed="left" min-width="81">
       </el-table-column>
-      <el-table-column label="本日金额" width="120" align="center">
-        <el-table-column show-overflow-tooltip label="销售" width="120">
+      <el-table-column label="本日金额" min-width="120" align="center">
+        <el-table-column show-overflow-tooltip label="销售" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.dtotal | toThousandFilter }}</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="退款" width="120">
+        <el-table-column show-overflow-tooltip label="退款" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.thfee | toThousandFilter }}</span>
           </template>
         </el-table-column>
       </el-table-column>
 
-      <el-table-column label="本周金额" width="120" align="center">
-        <el-table-column show-overflow-tooltip label="销售" width="120">
+      <el-table-column label="本周金额" min-width="120" align="center">
+        <el-table-column show-overflow-tooltip label="销售" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.wtotal | toThousandFilter }}</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="退款" width="120">
+        <el-table-column show-overflow-tooltip label="退款" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.wthfee | toThousandFilter }}</span>
           </template>
         </el-table-column>
       </el-table-column>
 
-      <el-table-column label="本月金额" width="120" align="center">
-        <el-table-column show-overflow-tooltip label="销售指标" width="120">
+      <el-table-column label="本月金额" min-width="120" align="center">
+        <el-table-column show-overflow-tooltip label="销售指标" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.tips | toThousandFilter }}</span>
           </template>
         </el-table-column>
 
-        <el-table-column show-overflow-tooltip label="销售" width="120">
+        <el-table-column show-overflow-tooltip label="销售" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.total | toThousandFilter }}</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="销售完成率" width="95">
+        <el-table-column show-overflow-tooltip label="销售完成率" min-width="95">
           <template slot-scope="scope">
             <span>{{ scope.row.rate }}%</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="退款" width="120">
+        <el-table-column show-overflow-tooltip label="退款" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.mthfee | toThousandFilter }}</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="净销售" width="120">
+        <el-table-column show-overflow-tooltip label="净销售" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.thtotal | toThousandFilter }}</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="净销售完成率" width="95">
+        <el-table-column show-overflow-tooltip label="净销售完成率" min-width="95">
           <template slot-scope="scope">
             <span>{{ scope.row.thrate }}%</span>
           </template>

+ 14 - 14
src/components/SalesReportRejectedSettlementNew.vue

@@ -14,62 +14,62 @@
       :row-class-name="tableRowClassName"
       :tree-props="{ children: 'child', hasChildren: 'hasChildren' }"
     >
-      <el-table-column prop="p" label="业绩类型" fixed="left" width="120">
+      <el-table-column prop="p" label="业绩类型" fixed="left" min-width="120">
       </el-table-column>
-      <el-table-column label="本日金额" width="120" align="center">
-        <el-table-column show-overflow-tooltip label="销售" width="120">
+      <el-table-column label="本日金额" min-width="120" align="center">
+        <el-table-column show-overflow-tooltip label="销售" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.dtotal | toThousandFilter }}</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="退款" width="120">
+        <el-table-column show-overflow-tooltip label="退款" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.thfee | toThousandFilter }}</span>
           </template>
         </el-table-column>
       </el-table-column>
 
-      <el-table-column label="本周金额" width="120" align="center">
-        <el-table-column show-overflow-tooltip label="销售" width="120">
+      <el-table-column label="本周金额" min-width="120" align="center">
+        <el-table-column show-overflow-tooltip label="销售" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.wtotal | toThousandFilter }}</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="退款" width="120">
+        <el-table-column show-overflow-tooltip label="退款" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.wthfee | toThousandFilter }}</span>
           </template>
         </el-table-column>
       </el-table-column>
 
-      <el-table-column label="本月金额" width="120" align="center">
-        <el-table-column show-overflow-tooltip label="销售指标" width="120">
+      <el-table-column label="本月金额" min-width="120" align="center">
+        <el-table-column show-overflow-tooltip label="销售指标" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.tips | toThousandFilter }}</span>
           </template>
         </el-table-column>
 
-        <el-table-column show-overflow-tooltip label="销售" width="120">
+        <el-table-column show-overflow-tooltip label="销售" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.total | toThousandFilter }}</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="销售完成率" width="95">
+        <el-table-column show-overflow-tooltip label="销售完成率" min-width="95">
           <template slot-scope="scope">
             <span>{{ scope.row.rate ? scope.row.rate + "%" : "" }}</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="退款" width="120">
+        <el-table-column show-overflow-tooltip label="退款" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.mthfee | toThousandFilter }}</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="净销售" width="120">
+        <el-table-column show-overflow-tooltip label="净销售" min-width="120">
           <template slot-scope="scope">
             <span>{{ scope.row.thtotal | toThousandFilter }}</span>
           </template>
         </el-table-column>
-        <el-table-column show-overflow-tooltip label="净销售完成率" width="95">
+        <el-table-column show-overflow-tooltip label="净销售完成率" min-width="95">
           <template slot-scope="scope">
             <span>{{ scope.row.thrate ? scope.row.thrate + "%" : "" }}</span>
           </template>

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů