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
cb2405fe
Commit
cb2405fe
authored
Jun 06, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 数据
parent
9a08576a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
index.js
src/utils/index.js
+1
-1
statistics.vue
src/views/game/cmh/statistics/statistics.vue
+8
-0
No files found.
src/utils/index.js
View file @
cb2405fe
...
...
@@ -378,7 +378,7 @@ export const numFormat = function(num) {
// if (process.env.NODE_ENV == 'development') {
// console.error('numFormat Arguments TypeError: Arguments type is not number');
// }
return
'--'
;
return
'-
-'
;
}
return
num
.
toString
().
replace
(
/
\d
+/
,
n
=>
{
// 先提取整数部分
...
...
src/views/game/cmh/statistics/statistics.vue
View file @
cb2405fe
...
...
@@ -161,6 +161,14 @@ const pointHead = [
}
},
{
label
:
'奖品数量'
,
minWidth
:
'120'
,
prop
:
'prizeTotalStock'
,
formatter
:
function
(
row
)
{
return
`<span class="ellipsis-l2">
${
row
.
prizeTotalStock
?
row
.
prizeTotalStock
:
'- -'
}
</span>`
;
}
},
{
label
:
'中奖人数'
,
prop
:
'prizeWinningMNum'
,
minWidth
:
'116'
,
...
...
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