Commit 53dcf255 authored by youjie's avatar youjie

no message

parent 39e5fdbf
......@@ -71,7 +71,7 @@
<template>
<div class="customerManage">
<div class="tools">
<h1> {{pagesTitle=='销售'?'我的订单管理':'我的订单统计管理'}}</h1>
<h1> {{pagesTitle=='销售'?'订单管理':'订单统计管理'}}</h1>
<div class="rightmenu">
<!-- <el-button size="mini" type="primary" @click="downLoadExcel">导出</el-button> -->
</div>
......
......@@ -76,6 +76,9 @@
prop="Money"
label="总金额"
show-overflow-tooltip>
<template slot-scope="scope">
{{scope.row.Money}}({{scope.row.CurrencyName}})
</template>
</el-table-column>
<el-table-column
sortable
......
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