|
@@ -12,6 +12,7 @@
|
|
|
<th class='text-left nowrap'>标题</th>
|
|
|
<th class='text-left nowrap'>二维码</th>
|
|
|
<th class='text-left nowrap'>归属模块</th>
|
|
|
+ <th class='text-left nowrap'>标识</th>
|
|
|
<th class='text-left nowrap'>电话</th>
|
|
|
<th class='text-left nowrap'>EMAIL</th>
|
|
|
<th class="text-left" style="width: 20%">操作</th>
|
|
@@ -24,6 +25,7 @@
|
|
|
<td class='text-left nowrap'>{$vo.name|default=''}</td>
|
|
|
<td class='text-left nowrap'><img data-tips-image="{$vo.qrcode|default=''}" src="{$vo.qrcode|default=''}" height="50px" width="50px"></td>
|
|
|
<td class='text-left nowrap'>{$vo.place}</td>
|
|
|
+ <td class='text-left nowrap'>{$vo.tag}</td>
|
|
|
<td class='text-left nowrap'>{$vo.phone}</td>
|
|
|
<td class='text-left nowrap'>{$vo.email}</td>
|
|
|
<td class='text-left' style="width: 20%">
|