Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform-ui
Commits
3b130609
Commit
3b130609
authored
Nov 28, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
总统计样式
parent
444fadf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
memberPerformance.vue
src/views/financial/memberPerformance.vue
+7
-9
No files found.
src/views/financial/memberPerformance.vue
View file @
3b130609
<
template
>
<div
class=
"app-container calendar-list-container"
v-loading=
"loading"
>
<el-row>
<el-form
:inline=
"true"
label-position=
'left'
>
<el-col
:span=
"3"
>
<el-form-item
label=
"统计类型"
>
<el-radio-group
v-model=
"listquery.type"
@
change=
"changeType"
>
<el-radio-button
label=
"0"
>
收入
</el-radio-button>
<el-radio-button
label=
"1"
>
支出
</el-radio-button>
</el-radio-group>
</el-form-item>
</el-col>
<el-form
:inline=
"true"
label-position=
"left"
>
<el-form-item
label=
"统计类型"
>
<el-radio-group
v-model=
"listquery.type"
@
change=
"changeType"
>
<el-radio-button
label=
"0"
>
收入
</el-radio-button>
<el-radio-button
label=
"1"
>
支出
</el-radio-button>
</el-radio-group>
</el-form-item>
<el-form-item
label=
"下单时间"
>
<el-date-picker
v-model=
"time"
type=
"daterange"
placeholder=
"请选择下单时间"
@
change=
"changeTime"
></el-date-picker>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment