Commit b715ea96 by 吕明尚

订单管理页面增加订单总价

parent 9739b70b
......@@ -152,9 +152,9 @@
>导出</el-button>
</el-col>
<div style="display: flex;flex-direction: row;">
<span>订单总数: {{ total }}</span>
<span>订单总价: {{ totalPrice }}</span>
<span>实际总支付金额: {{ payPrice }}</span>
<el-button type="primary" size="mini" disabled><span>订单总数: {{ total }}</span></el-button>
<el-button type="primary" size="mini" disabled><span>订单总价: {{ totalPrice }}</span></el-button>
<el-button type="primary" size="mini" disabled><span>实际总支付金额: {{ payPrice }}</span></el-button>
</div>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row>
......
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