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
4df400a8
Commit
4df400a8
authored
Dec 23, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单统计
parent
5dcbfecd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
orderStatistics.vue
src/views/statistics/orderStatistics.vue
+5
-1
index.vue
src/views/userManagement/userList/index.vue
+3
-1
No files found.
src/views/statistics/orderStatistics.vue
View file @
4df400a8
...
...
@@ -111,19 +111,23 @@ export default {
{
name
:
'订单总额 '
,
id
:
'aa_ota'
},
{
name
:
'订单量 '
,
id
:
'ab_otq'
},
{
name
:
'订单平均量 '
,
id
:
'ac_oavgq'
},
{
name
:
'订单平均金额 '
,
id
:
'dh_mavga'
},
{
name
:
'租车订单总额 '
,
id
:
'ba_rvta'
},
{
name
:
'租车订单量'
,
id
:
'bb_rvtq'
},
{
name
:
'租车订单平均量 '
,
id
:
'bc_rvavgq'
},
{
name
:
'租车平均金额 '
,
id
:
'ce_tavga'
},
{
name
:
'旅游订单总额'
,
id
:
'ca_tta'
},
{
name
:
'旅游订单量 '
,
id
:
'cb_ttq'
},
{
name
:
'旅游订单平均量 '
,
id
:
'cd_tavgq'
},
{
name
:
'旅游平均金额 '
,
id
:
'bd_rvavga'
},
{
name
:
'会员订单总额 '
,
id
:
'da_mta'
},
{
name
:
'普通会员订单总额 '
,
id
:
'db_cmta'
},
{
name
:
'普通会员订单量 '
,
id
:
'dc_cmtq'
},
{
name
:
'黄金会员订单总额 '
,
id
:
'dd_gmta'
},
{
name
:
'黄金会员订单量 '
,
id
:
'de_mgtq'
},
{
name
:
'钻石会员订单总额 '
,
id
:
'df_dmta'
},
{
name
:
'钻石会员订单量 '
,
id
:
'dg_dmtq'
}
{
name
:
'钻石会员订单量 '
,
id
:
'dg_dmtq'
},
{
name
:
'会员平均金额 '
,
id
:
'bd_rvavga'
},
],
//快捷筛选
listQuery
:
{
...
...
src/views/userManagement/userList/index.vue
View file @
4df400a8
...
...
@@ -92,7 +92,9 @@
</el-table-column>
<el-table-column
width=
"110"
align=
"center"
label=
"注册终端"
>
<
template
scope=
"scope"
>
<span>
{{
scope
.
row
.
channel
==
1
?
'app'
:
scope
.
row
.
channel
==
2
?
'小程序'
:
'ios'
}}
</span>
<span
v-if=
"scope.row.channel == 1"
>
安卓
</span>
<span
v-else-if=
"scope.row.channel == 2"
>
小程序
</span>
<span
v-else-if=
"scope.row.channel == 3"
>
ios
</span>
</
template
>
</el-table-column>
<el-table-column
width=
"90"
align=
"center"
label=
"来源"
>
...
...
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