Commit 1b298035 authored by agping's avatar agping

时间轴优化

parent c0649c3a
......@@ -77,7 +77,7 @@ require(['vue', 'css!style/timeline_pc.css', 'jquery0325', 'common'],function(Vu
case 'adjustment' :
return "调整";
default:
return '未定义';
return '暂无数据';
}
},
switchTitle2: function(str,str2){
......@@ -108,7 +108,7 @@ require(['vue', 'css!style/timeline_pc.css', 'jquery0325', 'common'],function(Vu
if(str == 'refund_check' && str2*1 == 2){
return '已退款';
}else{
return '未定义';
return '暂无数据';
};
},
......@@ -147,7 +147,7 @@ require(['vue', 'css!style/timeline_pc.css', 'jquery0325', 'common'],function(Vu
case '92' :
return '案场费';
default:
return '未定义';
return '暂无数据';
}
},
switchPayType(str){
......@@ -165,7 +165,7 @@ require(['vue', 'css!style/timeline_pc.css', 'jquery0325', 'common'],function(Vu
// case '50':
// return '现金';
// default:
// return '未定义';
// return '暂无数据';
case '10':
return '施总支付宝';
case '11':
......@@ -199,7 +199,7 @@ require(['vue', 'css!style/timeline_pc.css', 'jquery0325', 'common'],function(Vu
case '73' :
return '新同联福居银行卡';
default:
return '未定义';
return '暂无数据';
}
},
switchTradeType(str){
......@@ -214,7 +214,7 @@ require(['vue', 'css!style/timeline_pc.css', 'jquery0325', 'common'],function(Vu
case '40':
return '好处费';
default:
return '未定义';
return '暂无数据';
}
},
switchRoleType(str){
......@@ -235,7 +235,7 @@ require(['vue', 'css!style/timeline_pc.css', 'jquery0325', 'common'],function(Vu
case '7':
return 'APP客下载方';
default:
return '未定义';
return '暂无数据';
}
},
switchPayTypeStr(str){
......@@ -256,7 +256,7 @@ require(['vue', 'css!style/timeline_pc.css', 'jquery0325', 'common'],function(Vu
case '7':
return 'APP客下载方';
default:
return '未定义';
return '暂无数据';
}
},
switchRefundTypeStr(str){
......@@ -275,7 +275,7 @@ require(['vue', 'css!style/timeline_pc.css', 'jquery0325', 'common'],function(Vu
case '5':
return '退案场费';
default:
return '未定义';
return '暂无数据';
}
},
......
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