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