Commit cc1d8eeb authored by 黄奎's avatar 黄奎

应收款样式修改

parent 8c5bc9d4
...@@ -263,7 +263,7 @@ ...@@ -263,7 +263,7 @@
<td>{{item.refund}}</td> <td>{{item.refund}}</td>
<td>{{item.platformTax}}</td> <td>{{item.platformTax}}</td>
<td>{{moneyFormat(item.zaiTuMoney)}}</td> <td>{{moneyFormat(item.zaiTuMoney)}}</td>
<td>{{moneyFormat(item.weiShouMoney)}}</td> <td class="weiShou">{{moneyFormat(item.weiShouMoney)}}</td>
<td class="fz12" :style="item.orderState===3?'color: #e95252;':''">{{item.statsstr}}</td> <td class="fz12" :style="item.orderState===3?'color: #e95252;':''">{{item.statsstr}}</td>
</tr> </tr>
<tr> <tr>
...@@ -939,5 +939,8 @@ ...@@ -939,5 +939,8 @@
display: inline-block; display: inline-block;
margin: 0 10px 0 0; margin: 0 10px 0 0;
} }
.enrollTotalSearchTable .weiShou{
color: red;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment