Commit 5b4144cb authored by agping's avatar agping

后台 委托转铺列表 修改

parent 941a84b1
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
<td>[%= it[item]["appellation"] %]</td> <td>[%= it[item]["appellation"] %]</td>
<td>[%= it[item]["tel"] %]</td> <td>[%= it[item]["tel"] %]</td>
<td> <td>
[% if (it[item]['manage_type'] == 0) { %] [%= it[item]["manage_type"] %]
<!--[% if (it[item]['manage_type'] == 0) { %]
餐饮美食 餐饮美食
[% } else if (it[item]['manage_type'] == 1){ %] [% } else if (it[item]['manage_type'] == 1){ %]
百货零售 百货零售
...@@ -14,7 +15,7 @@ ...@@ -14,7 +15,7 @@
休闲娱乐 休闲娱乐
[% }else{ %] [% }else{ %]
其他 其他
[% } %] [% } %]-->
</td> </td>
<td>[%= it[item]["province"] %]-[%= it[item]["city"] %]-[%= it[item]["district"] %]</td> <td>[%= it[item]["province"] %]-[%= it[item]["city"] %]-[%= it[item]["district"] %]</td>
<td>[%= it[item]["address_detail"] %]</td> <td>[%= it[item]["address_detail"] %]</td>
......
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