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
38cdde78
Commit
38cdde78
authored
Jun 06, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 奖品概率
parent
b095e30b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
form.vue
src/views/game/ggk/form.vue
+2
-2
No files found.
src/views/game/ggk/form.vue
View file @
38cdde78
...
...
@@ -104,7 +104,7 @@
<
/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
=
"130"
>
<
template
slot
-
scope
=
"scope"
>
...
...
@@ -266,7 +266,7 @@ export default {
result
+=
parseInt
(
v
.
prizeCount
);
}
}
);
return
parseInt
(
this
.
form
.
gameWinningRate
)
/
result
;
return
this
.
form
.
gameWinningRate
/
result
;
}
}
,
methods
:
{
...
...
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