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
9003b850
Commit
9003b850
authored
Dec 23, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
会员订单管理
parent
4df400a8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
index.vue
src/views/order/memberOrderInfo/index.vue
+3
-1
orderStatistics.vue
src/views/statistics/orderStatistics.vue
+1
-2
index.vue
src/views/userManagement/userList/index.vue
+3
-1
No files found.
src/views/order/memberOrderInfo/index.vue
View file @
9003b850
...
@@ -253,7 +253,9 @@
...
@@ -253,7 +253,9 @@
<el-row>
<el-row>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"注册终端:"
>
<el-form-item
label=
"注册终端:"
>
<span>
{{userDetails.channel == 1 ? 'app' : '小程序'}}
</span>
<span
v-if=
"userDetails.channel == 1"
>
安卓
</span>
<span
v-else-if=
"userDetails.channel == 2"
>
小程序
</span>
<span
v-else-if=
"userDetails.channel == 3"
>
ios
</span>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
...
...
src/views/statistics/orderStatistics.vue
View file @
9003b850
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
<el-checkbox-group
v-model=
"listQuery.statisticalSigns"
>
<el-checkbox-group
v-model=
"listQuery.statisticalSigns"
>
<span
v-for=
"(item,index) in checkArr"
:key=
"index"
class=
"checkStyle"
>
<span
v-for=
"(item,index) in checkArr"
:key=
"index"
class=
"checkStyle"
>
<el-checkbox
:label=
"item.id"
>
{{
item
.
name
}}
</el-checkbox>
<el-checkbox
:label=
"item.id"
>
{{
item
.
name
}}
</el-checkbox>
<p
v-show=
"item.id== '
ac_oavgq' || item.id== 'bc_rvavgq' || item.id== 'cd_tavgq
'"
></p>
<p
v-show=
"item.id== '
dh_mavga' || item.id== 'ce_tavga' || item.id== 'bd_rvavga
'"
></p>
</span>
</span>
</el-checkbox-group>
</el-checkbox-group>
</div>
</div>
...
@@ -63,7 +63,6 @@
...
@@ -63,7 +63,6 @@
</el-row>
</el-row>
</el-form>
</el-form>
<!--
<p
v-for=
"(item,index) in chartArr"
:key=
"index"
>
{{
item
.
row
}}
</p>
-->
<div
v-for=
"(item,index) in chartArr"
:key=
"index"
>
<div
v-for=
"(item,index) in chartArr"
:key=
"index"
>
<p
style=
"text-align:center"
>
{{
checkArr
.
filter
(
val
=>
val
.
id
==
item
.
title
)[
0
].
name
}}
</p>
<p
style=
"text-align:center"
>
{{
checkArr
.
filter
(
val
=>
val
.
id
==
item
.
title
)[
0
].
name
}}
</p>
<ve-line
<ve-line
...
...
src/views/userManagement/userList/index.vue
View file @
9003b850
...
@@ -228,7 +228,9 @@
...
@@ -228,7 +228,9 @@
<el-row>
<el-row>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"注册终端:"
>
<el-form-item
label=
"注册终端:"
>
<span>
{{userDetails.channel == 1 ? 'app' : '小程序'}}
</span>
<span
v-if=
"userDetails.channel == 1"
>
安卓
</span>
<span
v-else-if=
"userDetails.channel == 2"
>
小程序
</span>
<span
v-else-if=
"userDetails.channel == 3"
>
ios
</span>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
...
...
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