snow 1 年之前
父節點
當前提交
10b4cb4e9a

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/app.821802cf.css


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.46fe8b0b.js


二進制
dist/static/js/app.46fe8b0b.js.gz


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.a76bce24.js


二進制
dist/static/js/app.a76bce24.js.gz


+ 1 - 1
src/components/newResults/company.vue

@@ -51,7 +51,7 @@
 
           <el-table-column label="营业收入(净)" align="center" min-width="115px">
             <template slot-scope="scope">
-              <div style="display:flex;justify-content:center">
+              <div style="display:flex;justify-content:center" :style="`${getCurrentValueStyle(scope.row.msale_total, scope.row.total_tips)}`">
                {{ unit2TenThousand(scope.row.msale_total, isTenThound) }}
                 <el-popover placement="right" :width="200" trigger="click">
                   <div class="table-size">

+ 1 - 1
src/components/newResults/department.vue

@@ -77,7 +77,7 @@
         <el-table-column label="当月营业收入(净)" align="center" min-width="120px">
           <template slot-scope="scope">
             <div style="display:flex;flex-direction: column;">
-              <div style="display:flex;justify-content:center;align-items:center">
+              <div style="display:flex;justify-content:center;align-items:center" :style="`text-align: center;${getCurrentValueStyle(scope.row.monthinfo.monthNetSales, scope.row.total_tips)}`">
                 {{ unit2TenThousand(scope.row.monthinfo.monthNetSales, isTenThound) }}
                 <el-popover placement="right" :width="200" trigger="click">
                   <div class="table-size">

部分文件因文件數量過多而無法顯示