Authored by jiran.zhao

'一件代发'

@@ -4,7 +4,7 @@ export default [ @@ -4,7 +4,7 @@ export default [
4 name: 'withdrawlist', 4 name: 'withdrawlist',
5 component: () => import(/* webpackChunkName: "finance.withdraw" */ './withdraw'), 5 component: () => import(/* webpackChunkName: "finance.withdraw" */ './withdraw'),
6 meta: { 6 meta: {
7 - pageName: '资金操作明细', 7 + pageName: '资金总览',
8 }, 8 },
9 }, 9 },
10 { 10 {
1 <template> 1 <template>
2 <div class="stat-shop"> 2 <div class="stat-shop">
3 <layout-body> 3 <layout-body>
4 - <p slot="title">资金操作明细</p> 4 + <p slot="title">资金总览</p>
5 <layout-filter ref="filter" :model="filters" class="box-filter" :inline="true" :col="1"> 5 <layout-filter ref="filter" :model="filters" class="box-filter" :inline="true" :col="1">
6 <filter-item label="起止时间"> 6 <filter-item label="起止时间">
7 <Date-picker 7 <Date-picker