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
0630069f
Commit
0630069f
authored
Feb 28, 2020
by
chenxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: eslint 格式
parent
1cd86cd5
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
59 additions
and
28 deletions
+59
-28
index.vue
src/components/dm-select/index.vue
+1
-4
index.vue
src/components/libs/cardTemp/index.vue
+3
-1
calllog.vue
src/views/calllog/calllog.vue
+3
-1
shelf-add.vue
src/views/card/partials/shelf-add.vue
+3
-1
shelf.vue
src/views/card/shelf.vue
+3
-1
lib-card.vue
src/views/ecm/marketing-event/components/lib-card.vue
+3
-1
newest.vue
src/views/evaluation/newest.vue
+3
-1
form.vue
src/views/game/dzp/form.vue
+6
-2
form.vue
src/views/game/ggk/form.vue
+6
-2
form.vue
src/views/game/klfl/form.vue
+1
-5
form.vue
src/views/game/ptyx/form.vue
+6
-2
consume.vue
src/views/recharge/consume.vue
+18
-6
record.vue
src/views/recharge/record.vue
+3
-1
No files found.
src/components/dm-select/index.vue
View file @
0630069f
...
...
@@ -194,10 +194,7 @@ export default {
},
popoverTagRemove
(
tag
)
{
this
.
currentValue
.
splice
(
this
.
currentValue
.
findIndex
(
val
=>
val
===
tag
.
value
),
1
);
this
.
currentValue
.
splice
(
this
.
currentValue
.
findIndex
(
val
=>
val
===
tag
.
value
),
1
);
this
.
$refs
.
select
.
$emit
(
'change'
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
currentValue
)));
},
...
...
src/components/libs/cardTemp/index.vue
View file @
0630069f
...
...
@@ -28,7 +28,9 @@
</
template
>
</el-table-column>
<el-table-column
prop=
"cardLimit"
:show-overflow-tooltip=
"false"
label=
"领取限制"
width=
"90"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
cardLimit
}}
张/人
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
cardLimit
}}
张/人
</
template
>
</el-table-column>
<el-table-column
:show-overflow-tooltip=
"false"
:width=
"90"
align=
"left"
prop=
"storeMode"
label=
"适用门店"
>
<
template
slot-scope=
"scope"
>
...
...
src/views/calllog/calllog.vue
View file @
0630069f
...
...
@@ -49,7 +49,9 @@
</
template
>
</el-table-column>
<el-table-column
align=
"left"
width=
"150"
prop=
"callTime"
label=
"通话时长(秒)"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
callTime
}}
秒
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
callTime
}}
秒
</
template
>
</el-table-column>
<el-table-column
align=
"left"
width=
"150"
prop=
"callFee"
label=
"录音"
>
<
template
slot-scope=
"scope"
>
...
...
src/views/card/partials/shelf-add.vue
View file @
0630069f
...
...
@@ -21,7 +21,9 @@
</
template
>
</el-table-column>
<el-table-column
prop=
"cardLimit"
:show-overflow-tooltip=
"false"
label=
"领取限制"
width=
"90"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
cardLimit
}}
张/人
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
cardLimit
}}
张/人
</
template
>
</el-table-column>
<el-table-column
:show-overflow-tooltip=
"false"
:width=
"90"
align=
"left"
prop=
"storeMode"
label=
"适用门店"
>
<
template
slot-scope=
"scope"
>
...
...
src/views/card/shelf.vue
View file @
0630069f
...
...
@@ -16,7 +16,9 @@
<el-table-column
width=
"120"
align=
"left"
prop=
"getedQuantity"
label=
"领取数量"
></el-table-column>
<el-table-column
width=
"120"
align=
"left"
prop=
"usageQuantity"
label=
"使用数量"
></el-table-column>
<el-table-column
width=
"120"
align=
"left"
prop=
"col4"
label=
"核销率"
>
<
template
slot-scope=
"scope"
>
{{
((
scope
.
row
.
usageQuantity
*
100
)
/
(
scope
.
row
.
getedQuantity
===
0
?
1
:
scope
.
row
.
getedQuantity
)).
toFixed
(
2
)
}}
%
</
template
>
<
template
slot-scope=
"scope"
>
{{
((
scope
.
row
.
usageQuantity
*
100
)
/
(
scope
.
row
.
getedQuantity
===
0
?
1
:
scope
.
row
.
getedQuantity
)).
toFixed
(
2
)
}}
%
</
template
>
</el-table-column>
<el-table-column
width=
"120"
align=
"left"
prop=
"saleAmount"
label=
"销售额"
></el-table-column>
<el-table-column
label=
"操作"
align=
"left"
width=
"160px"
fixed=
"right"
>
...
...
src/views/ecm/marketing-event/components/lib-card.vue
View file @
0630069f
...
...
@@ -27,7 +27,9 @@
</
template
>
</el-table-column>
<el-table-column
prop=
"cardLimit"
:show-overflow-tooltip=
"false"
label=
"领取限制"
width=
"90"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
cardLimit
}}
张/人
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
cardLimit
}}
张/人
</
template
>
</el-table-column>
<el-table-column
:show-overflow-tooltip=
"false"
:width=
"90"
align=
"left"
prop=
"storeMode"
label=
"适用门店"
>
<
template
slot-scope=
"scope"
>
...
...
src/views/evaluation/newest.vue
View file @
0630069f
...
...
@@ -78,7 +78,9 @@
<el-table-column
:show-overflow-tooltip=
"false"
width=
"80"
align=
"center"
prop=
"replyStatus"
label=
"回复"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
@
click=
"replyData(scope.row)"
>
<template
v-if=
"scope.row.replyStatus !== 1 && scope.row.content"
>
立即回复
</
template
>
<template
v-if=
"scope.row.replyStatus !== 1 && scope.row.content"
>
立即回复
</
template
>
<i
v-if=
"scope.row.replyStatus === 1"
class=
"el-icon-message fz20 danger-color cursor"
></i>
</el-button>
</template>
...
...
src/views/game/dzp/form.vue
View file @
0630069f
...
...
@@ -95,10 +95,14 @@
</
template
>
</el-table-column>
<el-table-column
prop=
"prizeQuantity"
label=
"商品数量"
align=
"left"
:min-width=
"160"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.prizeType !== 3"
>
<el-input-number
controls-position=
"right"
v-model=
"scope.row.prizeCount"
type=
"number"
:min=
"0"
:disabled=
"isInfo"
class=
"width50"
size=
"small"
></el-input-number>
件
</
template
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.prizeType !== 3"
>
<el-input-number
controls-position=
"right"
v-model=
"scope.row.prizeCount"
type=
"number"
:min=
"0"
:disabled=
"isInfo"
class=
"width50"
size=
"small"
></el-input-number>
件
</
template
>
</el-table-column>
<el-table-column
prop=
"date"
:render-header=
"labelTips"
align=
"left"
width=
"100"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.prizeType !== 3"
>
{{
(
totalCount
*
scope
.
row
.
prizeCount
||
0
).
toFixed
(
2
)
}}
%
</
template
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.prizeType !== 3"
>
{{
(
totalCount
*
scope
.
row
.
prizeCount
||
0
).
toFixed
(
2
)
}}
%
</
template
>
</el-table-column>
</el-table>
</el-form-item>
...
...
src/views/game/ggk/form.vue
View file @
0630069f
...
...
@@ -73,10 +73,14 @@
</
template
>
</el-table-column>
<el-table-column
prop=
"prizeQuantity"
label=
"商品数量"
align=
"left"
:min-width=
"160"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.prizeType !== 3"
>
<el-input-number
controls-position=
"right"
v-model=
"scope.row.prizeCount"
type=
"number"
:min=
"0"
:disabled=
"isInfo"
class=
"width50"
size=
"small"
></el-input-number>
件
</
template
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.prizeType !== 3"
>
<el-input-number
controls-position=
"right"
v-model=
"scope.row.prizeCount"
type=
"number"
:min=
"0"
:disabled=
"isInfo"
class=
"width50"
size=
"small"
></el-input-number>
件
</
template
>
</el-table-column>
<el-table-column
prop=
"date"
:render-header=
"labelTips"
align=
"left"
width=
"100"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.prizeType !== 3"
>
{{
(
totalCount
*
scope
.
row
.
prizeCount
||
0
).
toFixed
(
2
)
}}
%
</
template
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.prizeType !== 3"
>
{{
(
totalCount
*
scope
.
row
.
prizeCount
||
0
).
toFixed
(
2
)
}}
%
</
template
>
</el-table-column>
<el-table-column
prop=
"date"
label=
"操作"
align=
"left"
width=
"80"
>
<
template
slot-scope=
"scope"
>
...
...
src/views/game/klfl/form.vue
View file @
0630069f
...
...
@@ -270,11 +270,7 @@ export default {
strategyType
:
'add'
,
gamePrizeStrategyId
:
''
,
prizeList
:
[{
prizeCount
:
0
,
prizeStock
:
0
,
card
:
{
cardName
:
''
},
proGift
:
{
mainPicUrl
:
{
code
:
''
,
imgUrl
:
''
}
},
codeId
:
''
,
gameCode
:
''
,
codeStock
:
''
}],
prizeReferTypeOptions
:
[
{
value
:
1
,
label
:
'积分'
},
{
value
:
2
,
label
:
'卡券'
},
{
value
:
3
,
label
:
'礼品'
}
],
prizeReferTypeOptions
:
[{
value
:
1
,
label
:
'积分'
},
{
value
:
2
,
label
:
'卡券'
},
{
value
:
3
,
label
:
'礼品'
}],
systemBakImgList
:
[{
imageUrl
:
''
}],
systemBtnImgList
:
[{
imageUrl
:
''
}],
currentBg
:
{
imageUrl
:
''
},
...
...
src/views/game/ptyx/form.vue
View file @
0630069f
...
...
@@ -17,10 +17,14 @@
<p
class=
"gray fz13"
>
用户按游戏得分由高到低依次获得奖项。
</p>
<el-table
tooltipEffect=
"light"
:data=
"tableList"
style=
"width: 100%"
>
<el-table-column
prop=
"awardName"
label=
"奖项"
align=
"left"
width=
"90"
>
<template
slot-scope=
"scope"
>
{{
(
scope
.
$index
+
1
)
|
numberToChinese
}}
等奖
</
template
>
<template
slot-scope=
"scope"
>
{{
(
scope
.
$index
+
1
)
|
numberToChinese
}}
等奖
</
template
>
</el-table-column>
<el-table-column
prop=
"winnerCount"
label=
"奖品数量"
align=
"left"
width=
"220"
>
<
template
slot-scope=
"scope"
>
<el-input-number
controls-position=
"right"
v-model=
"scope.row.winnerCount"
:precision=
"0"
:min=
"1"
size=
"small"
class=
"w150"
:disabled=
"isInfo"
></el-input-number>
个
</
template
>
<
template
slot-scope=
"scope"
>
<el-input-number
controls-position=
"right"
v-model=
"scope.row.winnerCount"
:precision=
"0"
:min=
"1"
size=
"small"
class=
"w150"
:disabled=
"isInfo"
></el-input-number>
个
</
template
>
</el-table-column>
<el-table-column
prop=
"prizeName"
label=
"商品名称"
align=
"left"
:min-width=
"180"
>
<
template
slot-scope=
"scope"
>
...
...
src/views/recharge/consume.vue
View file @
0630069f
...
...
@@ -28,7 +28,9 @@
</el-table-column>
<el-table-column
align=
"left"
width=
"150"
prop=
"telephone"
label=
"接收号码"
></el-table-column>
<el-table-column
align=
"left"
width=
"100"
prop=
"countNum"
label=
"计费条数"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
countNum
}}
条
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
countNum
}}
条
</
template
>
</el-table-column>
<el-table-column
:show-overflow-tooltip=
"true"
align=
"left"
min-width=
"180"
prop=
"storeName"
label=
"主门店"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -63,7 +65,9 @@
</
template
>
</el-table-column>
<el-table-column
:show-overflow-tooltip=
"true"
label=
"短信内容"
align=
"left"
min-width=
"200"
prop=
"paramInfo"
>
<
template
slot-scope=
"scope"
>
您的验证码是:
{{
scope
.
row
.
paramInfo
}}
</
template
>
<
template
slot-scope=
"scope"
>
您的验证码是:
{{
scope
.
row
.
paramInfo
}}
</
template
>
</el-table-column>
<el-table-column
label=
"状态"
align=
"left"
width=
"100"
prop=
"status"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -131,10 +135,14 @@
</
template
>
</el-table-column>
<el-table-column
align=
"left"
width=
"150"
prop=
"callTime"
label=
"时间(秒)"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
callTime
}}
秒
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
callTime
}}
秒
</
template
>
</el-table-column>
<el-table-column
align=
"left"
width=
"150"
prop=
"callFee"
label=
"消费金额(元)"
>
<
template
slot-scope=
"scope"
>
{{
Number
(
scope
.
row
.
callFee
/
1000
).
toFixed
(
2
)
}}
元
</
template
>
<
template
slot-scope=
"scope"
>
{{
Number
(
scope
.
row
.
callFee
/
1000
).
toFixed
(
2
)
}}
元
</
template
>
</el-table-column>
</el-table>
<el-table
tooltipEffect=
"light"
:data=
"tableList"
style=
"width:100%"
v-loading=
"loading"
v-if=
"$route.params.type === 'record'"
>
...
...
@@ -178,10 +186,14 @@
</
template
>
</el-table-column>
<el-table-column
align=
"left"
width=
"150"
prop=
"callTime"
label=
"时间(分钟)"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
callTime
}}
分钟
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
callTime
}}
分钟
</
template
>
</el-table-column>
<el-table-column
align=
"left"
width=
"150"
prop=
"callFee"
label=
"消费金额(元)"
>
<
template
slot-scope=
"scope"
>
{{
Number
(
scope
.
row
.
storageFee
/
100
).
toFixed
(
2
)
}}
元
</
template
>
<
template
slot-scope=
"scope"
>
{{
Number
(
scope
.
row
.
storageFee
/
100
).
toFixed
(
2
)
}}
元
</
template
>
</el-table-column>
</el-table>
<el-pagination
v-show=
"tableList.length"
background
class=
"dm-pagination"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"listParams.currentPage"
:page-sizes=
"[20, 40, 60, 80]"
:page-size=
"listParams.pageSize"
layout=
"total, sizes, prev, pager, next"
:total=
"total"
></el-pagination>
...
...
src/views/recharge/record.vue
View file @
0630069f
...
...
@@ -15,7 +15,9 @@
</
template
>
</el-table-column>
<el-table-column
label=
"金额"
align=
"left"
prop=
"totalFee"
>
<
template
slot-scope=
"scope"
>
{{
(
scope
.
row
.
totalFee
/
100
).
toFixed
(
2
)
}}
元
</
template
>
<
template
slot-scope=
"scope"
>
{{
(
scope
.
row
.
totalFee
/
100
).
toFixed
(
2
)
}}
元
</
template
>
</el-table-column>
</el-table>
<el-pagination
v-show=
"tableList.length"
background
class=
"dm-pagination"
@
size-change=
"handleSizeChange"
@
current-change=
"handleCurrentChange"
:current-page=
"listParams.currentPage"
:page-sizes=
"[20, 40, 60, 80]"
:page-size=
"listParams.pageSize"
layout=
"total, sizes, prev, pager, next"
:total=
"total"
></el-pagination>
...
...
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