Commit f8904d10 authored by 罗超's avatar 罗超

no message

parent acf26b26
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
<span>已通过</span> <span>已通过</span>
</div> </div>
</div> </div>
<orderList :dataList="dataList" :loading="loading" @emptyMore="emptyMore"></orderList> <orderList :dataList="dataList" :loading="loading" @emptyMore="emptyMore" :superManage="superManage"></orderList>
<div> <div>
<el-pagination class="Mypagination" background @current-change="handleCurrentChange" <el-pagination class="Mypagination" background @current-change="handleCurrentChange"
:page-sizes="[30, 60, 90, 100]" :page-size="msg.pageSize" layout="sizes, prev, pager, next" :page-sizes="[30, 60, 90, 100]" :page-size="msg.pageSize" layout="sizes, prev, pager, next"
...@@ -215,6 +215,7 @@ ...@@ -215,6 +215,7 @@
}, },
data() { data() {
return { return {
superManage:'订单统计',
StatModel:{},// 合计 StatModel:{},// 合计
loading:false, loading:false,
total:0, total:0,
...@@ -297,7 +298,7 @@ ...@@ -297,7 +298,7 @@
}).catch(() => { }); }).catch(() => { });
return return
} }
this.GetLocalFile( this.GetLocalFile(
"/api/Order/GetGuestOrderStatisticsToExcel", "/api/Order/GetGuestOrderStatisticsToExcel",
this.msg,'订单表.xls' this.msg,'订单表.xls'
......
This diff is collapsed.
...@@ -17,7 +17,6 @@ import customerApr from "./components/approval/customerApr" ...@@ -17,7 +17,6 @@ import customerApr from "./components/approval/customerApr"
import customerMap from "./components/customerManage/customerMap" import customerMap from "./components/customerManage/customerMap"
import customerConfiguration from "./components/customerManage/customerConfiguration" import customerConfiguration from "./components/customerManage/customerConfiguration"
import customerOrder from "./components/customerManage/customerOrder" import customerOrder from "./components/customerManage/customerOrder"
import superCustomerOrder from "./components/customerManage/superCustomerOrder"
import myCustomerOrder from "./components/customerManage/myCustomerOrder" import myCustomerOrder from "./components/customerManage/myCustomerOrder"
import automaticLogin from './views/automaticLogin' import automaticLogin from './views/automaticLogin'
Vue.use(Router); Vue.use(Router);
...@@ -445,14 +444,6 @@ export default new Router({ ...@@ -445,14 +444,6 @@ export default new Router({
path: "/customerOrder", path: "/customerOrder",
name: "customerOrder", name: "customerOrder",
component: customerOrder, component: customerOrder,
meta: {
title: "客户订单"
}
},
{
path: "/superCustomerOrder",
name: "superCustomerOrder",
component: superCustomerOrder,
meta: { meta: {
title: "订单统计" title: "订单统计"
} }
......
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