Commit 8276e7d3 authored by duxinyuan's avatar duxinyuan

1

parent cde370eb
...@@ -105,6 +105,10 @@ require(['vue', 'css!style/timeline_pc.css', 'jquery0325', 'common'],function(Vu ...@@ -105,6 +105,10 @@ require(['vue', 'css!style/timeline_pc.css', 'jquery0325', 'common'],function(Vu
return '其他'; return '其他';
case '90' : case '90' :
return '佣金'; return '佣金';
case '91' :
return '中介费';
case '92' :
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