|
@@ -48,11 +48,14 @@
|
|
|
</a-form>
|
|
|
</div>
|
|
|
<!-- 合计 -->
|
|
|
- <div class="total">
|
|
|
+ <a-alert type="info" showIcon style="margin-bottom:15px">
|
|
|
+ <div class="ftext" slot="message">总计:<span>{{ orderTotal || 0 }}</span>单,结算金额:<span>¥{{ paymentAmountTotal || 0 }}</span>元</div>
|
|
|
+ </a-alert>
|
|
|
+ <!-- <div class="total">
|
|
|
<a-icon type="info-circle" class="iconImg" />
|
|
|
<strong>总计:</strong><span>{{ orderTotal || 0 }} 单</span><strong style="margin-left: 15px;">结算金额:</strong><span
|
|
|
>{{ paymentAmountTotal || 0 }} 元</span>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<!-- 列表 -->
|
|
|
<s-table
|
|
|
ref="table"
|
|
@@ -309,17 +312,8 @@ export default {
|
|
|
margin-left: 10px;
|
|
|
}
|
|
|
// 合计
|
|
|
- .total {
|
|
|
- margin: 15px 0 25px;
|
|
|
- width: 100%;
|
|
|
- background-color: #e6f7ff;
|
|
|
- border: 1px solid #91d5ff;
|
|
|
- padding: 8px 15px 8px 27px;
|
|
|
- border-radius: 4px;
|
|
|
-
|
|
|
- .iconImg {
|
|
|
- color: #1890FF;
|
|
|
- margin-right: 10px;
|
|
|
- }
|
|
|
+ .ftext span {
|
|
|
+ color: #fa8c16;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
</style>
|