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
fcd87c23
Commit
fcd87c23
authored
Dec 26, 2018
by
zhangmeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:修改拼图游戏奖品
parent
3a944781
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
10 deletions
+5
-10
addEdit.vue
src/views/game/ptyx/addEdit.vue
+5
-10
entry-prize.png
src/views/game/ptyx/img/1/entry-prize.png
+0
-0
entry-rankBg.png
src/views/game/ptyx/img/1/entry-rankBg.png
+0
-0
entry-rule.png
src/views/game/ptyx/img/1/entry-rule.png
+0
-0
No files found.
src/views/game/ptyx/addEdit.vue
View file @
fcd87c23
...
...
@@ -32,9 +32,9 @@
{{
(
scope
.
$index
+
1
)
|
numberToChinese
}}
等奖
</
template
>
</el-table-column>
<el-table-column
prop=
"rankEnd"
label=
"
名次
"
align=
"left"
width=
"220"
>
<el-table-column
prop=
"rankEnd"
label=
"
奖品数量
"
align=
"left"
width=
"220"
>
<
template
slot-scope=
"scope"
>
前
<el-input-number
v-model=
"scope.row.rankEnd"
:precision=
"0"
:min=
"1"
@
change=
"comparePre(scope.$index,scope.row.rankEnd)"
size=
"small"
class=
"w150"
:disabled=
"isInfo"
></el-input-number>
名
<el-input-number
controls-position=
"right"
v-model=
"scope.row.rankEnd"
:precision=
"0"
:min=
"1"
@
change=
"comparePre(scope.$index,scope.row.rankEnd)"
size=
"small"
class=
"w150"
:disabled=
"isInfo"
></el-input-number>
个
</
template
>
</el-table-column>
<el-table-column
prop=
"prizeName"
label=
"商品名称"
align=
"left"
:min-width=
"180"
>
...
...
@@ -47,16 +47,11 @@
<dm-upload-avatar
:model
.
sync=
"scope.row.prizeImg"
label=
"上传图片"
width=
"40"
height=
"40"
tips=
""
class-name=
"block-center"
:disabled=
"isInfo"
></dm-upload-avatar>
</
template
>
</el-table-column>
<el-table-column
prop=
"prizeQuantity"
label=
"商品数量"
align=
"left"
width=
"80"
>
<
!-- <
el-table-column prop="prizeQuantity" label="商品数量" align="left" width="80">
<template slot-scope="scope">
{{
scope
.
$index
?
((
tableList
[
scope
.
$index
].
rankEnd
-
tableList
[
scope
.
$index
-
1
].
rankEnd
)
<
0
?
0
:(
tableList
[
scope
.
$index
].
rankEnd
-
tableList
[
scope
.
$index
-
1
].
rankEnd
))
:
tableList
[
scope
.
$index
].
rankEnd
}}
件
{{scope.row.rankEnd}}件
</template>
</el-table-column>
</el-table-column>
-->
<el-table-column
prop=
"date"
label=
"操作"
align=
"left"
width=
"60"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
v-if=
"scope.$index>2"
@
click=
"delItem(scope.$index)"
:disabled=
"isInfo"
>
删除
</el-button>
...
...
src/views/game/ptyx/img/1/
奖品背景图
.png
→
src/views/game/ptyx/img/1/
entry-prize
.png
View file @
fcd87c23
File moved
src/views/game/ptyx/img/1/
排行榜背景图
.png
→
src/views/game/ptyx/img/1/
entry-rankBg
.png
View file @
fcd87c23
File moved
src/views/game/ptyx/img/1/
活动规则背景图
.png
→
src/views/game/ptyx/img/1/
entry-rule
.png
View file @
fcd87c23
File moved
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