Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hnyc-portrait
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
zhaochengxiang
hnyc-portrait
Commits
9cecb262
Commit
9cecb262
authored
Aug 10, 2020
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
自律互助改成诚信互助
parent
c5057e02
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
index.js
src/util/index.js
+1
-1
Dashboard.jsx
src/view/Dashboard.jsx
+2
-2
mDashboard.jsx
src/view/mDashboard.jsx
+2
-2
No files found.
src/util/index.js
View file @
9cecb262
export
const
Fixed
=
function
(
value
,
fractionDigits
)
{
let
index
=
value
.
indexOf
(
'.'
);
if
(
index
!=-
1
&&
value
.
length
>
index
+
fractionDigits
+
1
)
{
if
(
index
!=
=
-
1
&&
value
.
length
>
index
+
fractionDigits
+
1
)
{
return
parseFloat
(
value
).
toFixed
(
fractionDigits
);
}
...
...
src/view/Dashboard.jsx
View file @
9cecb262
...
...
@@ -46,8 +46,8 @@ class Dashboard extends Component {
{
key
:
"custTeamRank"
,
name
:
"小组排名"
},
{
key
:
"custTeamScore"
,
name
:
"组员评分"
},
{
key
:
"custTIsSDMAGHome"
,
name
:
"是否小组之家"
},
{
key
:
"custTOSDMAG"
,
name
:
"所属
自律
互助小组"
},
{
key
:
"custTSDMAG"
,
name
:
"
自律
互助小组用户类型"
},
{
key
:
"custTOSDMAG"
,
name
:
"所属
诚信
互助小组"
},
{
key
:
"custTSDMAG"
,
name
:
"
诚信
互助小组用户类型"
},
],
gfdDimension
:[
{
key
:
"custAbnError"
,
name
:
"库存异常"
},
...
...
src/view/mDashboard.jsx
View file @
9cecb262
...
...
@@ -47,8 +47,8 @@ class mDashboard extends Component {
{
key
:
"custTeamRank"
,
name
:
"小组排名"
},
{
key
:
"custTeamScore"
,
name
:
"组员评分"
},
{
key
:
"custTIsSDMAGHome"
,
name
:
"是否小组之家"
},
{
key
:
"custTOSDMAG"
,
name
:
"所属
自律
互助小组"
},
{
key
:
"custTSDMAG"
,
name
:
"
自律
互助小组用户类型"
},
{
key
:
"custTOSDMAG"
,
name
:
"所属
诚信
互助小组"
},
{
key
:
"custTSDMAG"
,
name
:
"
诚信
互助小组用户类型"
},
],
gfdDimension
:[
{
key
:
"custAbnError"
,
name
:
"库存异常"
},
...
...
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