Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
Overview
Overview
Details
Activity
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
memberTag
memberTag-web
Commits
16cb7678
Commit
16cb7678
authored
Sep 21, 2022
by
huaying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 冻结会员会员指标添加
parent
cb150f47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
0 deletions
+32
-0
manual-tag-value-edit-info.vue
src/view/manualTag/manual-tag-value-edit-info.vue
+4
-0
memberGroupDetail.vue
src/view/memberGroup/memberGroupDetail.vue
+28
-0
No files found.
src/view/manualTag/manual-tag-value-edit-info.vue
View file @
16cb7678
...
...
@@ -250,6 +250,10 @@
<
template
v-if=
"item.code === 'allChannelDiscountRate'"
>
<span>
{{
scope
.
row
.
allChannelDiscountRate
}}
</span>
</
template
>
<!-- 消费总额/实付(全渠道) -->
<
template
v-if=
"item.code === 'allChannelCostAllPaid'"
>
<span>
{{
scope
.
row
.
allChannelCostAllPaid
}}
</span>
</
template
>
</template>
</el-table-column>
<el-table-column
label=
"添加标签时间"
width=
"200"
>
...
...
src/view/memberGroup/memberGroupDetail.vue
View file @
16cb7678
...
...
@@ -251,6 +251,34 @@
<
template
v-if=
"item.code === 'highCostPaid'"
>
<span>
{{
scope
.
row
.
highCostPaid
}}
</span>
</
template
>
<!-- 销售次数(全渠道) -->
<
template
v-if=
"item.code === 'allChannelCostTimes'"
>
<span>
{{
scope
.
row
.
allChannelCostTimes
}}
</span>
</
template
>
<!-- 最高单笔/实付(全渠道) -->
<
template
v-if=
"item.code === 'allChannelHighCostPaid'"
>
<span>
{{
scope
.
row
.
allChannelHighCostPaid
}}
</span>
</
template
>
<!-- 最近消费时间(全渠道) -->
<
template
v-if=
"item.code === 'allChannelLastCostTime'"
>
<span>
{{
scope
.
row
.
allChannelLastCostTime
|
formatTimeYMD
}}
</span>
</
template
>
<!-- 客单价(全渠道) -->
<
template
v-if=
"item.code === 'allChannelAvgCost'"
>
<span>
{{
scope
.
row
.
allChannelAvgCost
}}
</span>
</
template
>
<!-- 连带率(全渠道) -->
<
template
v-if=
"item.code === 'allChannelAvgNumber'"
>
<span>
{{
scope
.
row
.
allChannelAvgNumber
}}
</span>
</
template
>
<!-- 平均折扣率(全渠道) -->
<
template
v-if=
"item.code === 'allChannelDiscountRate'"
>
<span>
{{
scope
.
row
.
allChannelDiscountRate
}}
</span>
</
template
>
<!-- 消费总额/实付(全渠道) -->
<
template
v-if=
"item.code === 'allChannelCostAllPaid'"
>
<span>
{{
scope
.
row
.
allChannelCostAllPaid
}}
</span>
</
template
>
</template>
</el-table-column>
<el-table-column
label-class-name=
"table-header__handle"
:min-width=
"160"
fixed=
"right"
>
...
...
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