Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-shop-manage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
jiran.zhao
2020-04-16 19:36:19 +0800
Commit
a3b07ae5fc7dabbbeb1ac05de294c155fd51cc36
1 parent
91234f4c
'一件代发'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app/pages/finance/withdraw/index.js
app/pages/finance/withdraw/withdraw.vue
app/pages/finance/withdraw/index.js
View file @
a3b07ae
...
...
@@ -4,7 +4,7 @@ export default [
name
:
'withdrawlist'
,
component
:
()
=>
import
(
/* webpackChunkName: "finance.withdraw" */
'./withdraw'
),
meta
:
{
pageName
:
'资金
操作明细
'
,
pageName
:
'资金
总览
'
,
},
},
{
...
...
app/pages/finance/withdraw/withdraw.vue
View file @
a3b07ae
<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
...
...
Please
register
or
login
to post a comment