Authored by jiran.zhao

'一件代发'

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