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