snow 1 gadu atpakaļ
vecāks
revīzija
10b4cb4e9a

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/index.html


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/static/css/app.821802cf.css


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/static/js/app.46fe8b0b.js


BIN
dist/static/js/app.46fe8b0b.js.gz


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/static/js/app.a76bce24.js


BIN
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">

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels