Commit 099355d2 authored by hujun's avatar hujun

文字修改

parent 99181dda
......@@ -30,7 +30,13 @@
[% if (it[item]['area_demand'] != null){ %] [%= it[item]["area_demand"] %] [% } %]
</td>
<td width="14%">
[% if(it[item]["source"] == 10) { %] 客户c端注册 [% }else if(it[item]["source"] == 20) { %] 经纪人报备时添加,状态未激 [% }else{ %] 老数据报备客户 [% } %]
[% if(it[item]["source"] == 10) { %]
APP注册
[% }else if(it[item]["source"] == 20 ) { %]
经纪人新增
[% }else{ %]
老数据客户
[% } %]
<!--[% if (it[item]['source'] != null){ %] [%= it[item]["source"] %] [% } %]-->
</td>
<td width="16%">
......
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