Commit 9cecb262 by zhaochengxiang

自律互助改成诚信互助

parent c5057e02
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);
}
......
......@@ -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: "库存异常"},
......
......@@ -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: "库存异常"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment