Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
1ee7d775
Commit
1ee7d775
authored
Oct 20, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 调整
parent
be87c05d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
list.vue
src/views/ecm/list.vue
+1
-1
lib-wxa.vue
src/views/ecm/marketing-event/components/lib-wxa.vue
+1
-0
record.vue
src/views/recharge/record.vue
+3
-3
No files found.
src/views/ecm/list.vue
View file @
1ee7d775
...
...
@@ -88,7 +88,7 @@
<el-table-column
label=
"操作"
align=
"left"
width=
"200"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<!--
<template
v-if=
"scope.row.canEdit !== false"
>
-->
<el-button
type=
"text"
v-if=
"scope.row.canEdit && scope.row.onlineStatus != 2"
@
click=
"editData(scope.row)"
>
编辑
</el-button>
<el-button
type=
"text"
v-if=
"scope.row.canEdit && scope.row.onlineStatus != 2
&& scope.row.effectType != 2
"
@
click=
"editData(scope.row)"
>
编辑
</el-button>
<el-button
type=
"text"
v-else
@
click=
"$router.push(`/ecm/info/$
{scope.row.ecmPlanId}`)">详情
</el-button>
<!--
</
template
>
-->
<!-- <dm-delete v-if="scope.row.effectType !== 2 && scope.row.onlineStatus === 1 && scope.row.canEdit !== false" @confirm="offlineEcmPlan(scope.row)" tips="是否下线该计划?">
...
...
src/views/ecm/marketing-event/components/lib-wxa.vue
View file @
1ee7d775
...
...
@@ -296,6 +296,7 @@ export default {
},
changeThreeValue
(
val
)
{
if
(
val
.
startsWith
(
'GAME_LINK'
))
{
this
.
selectedGame
=
null
;
this
.
wechatContent
.
type
=
val
;
this
.
$nextTick
(()
=>
{
this
.
gameProps
.
gameType
=
val
;
...
...
src/views/recharge/record.vue
View file @
1ee7d775
...
...
@@ -12,13 +12,13 @@
</el-select>
</div>
<el-table
tooltipEffect=
"dark"
:data=
"tableList"
style=
"width: 100%"
>
<el-table-column
align=
"left"
prop=
"timeEnd"
label=
"
充值/扣款/退费
时间"
>
<el-table-column
align=
"left"
prop=
"timeEnd"
label=
"
操作
时间"
>
<template
slot-scope=
"scope"
>
<p
style=
"color:#606266;"
>
{{
formatDateTimeByType
(
scope
.
row
.
timeEnd
,
'yyyy-MM-dd-HH-mm-ss'
,
true
).
y
}}
</p>
<p
style=
"color:#606266;"
>
{{
formatDateTimeByType
(
scope
.
row
.
timeEnd
,
'yyyy-MM-dd-HH-mm-ss'
,
true
).
h
}}
</p>
</
template
>
</el-table-column>
<el-table-column
align=
"left"
prop=
"transactionId"
label=
"
充值/扣款/退费
流水号"
></el-table-column>
<el-table-column
align=
"left"
prop=
"transactionId"
label=
"流水号"
></el-table-column>
<el-table-column
label=
"记录类型"
>
<
template
slot-scope=
"scope"
>
{{
textMap
[
scope
.
row
.
feeType
]
}}
...
...
@@ -37,7 +37,7 @@
<el-table-column
label=
"金额"
align=
"left"
prop=
"totalFee"
>
<
template
slot-scope=
"scope"
>
{{
(
scope
.
row
.
totalFee
/
100
).
toFixed
(
2
)
}}
元
</
template
>
</el-table-column>
<el-table-column
align=
"left"
prop=
"reason"
label=
"
充值/扣款/退费
原因"
show-overflow-tooltip
></el-table-column>
<el-table-column
align=
"left"
prop=
"reason"
label=
"原因"
show-overflow-tooltip
></el-table-column>
<el-table-column
label=
"图片凭证"
>
<
template
slot-scope=
"scope"
>
<!--
<el-image
v-for=
"(item, index) in getUrls(scope).slice(0, 3)"
:key=
"`$
{currentPage}-${item}`" style="width: 36px; height: 36px" :src="item" :preview-src-list="getUrls(scope, index)" lazy>
...
...
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