|
@@ -8,13 +8,13 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th class='text-left nowrap' width="7%">学校代码</th>
|
|
|
- <th class='text-left nowrap' width="14%">学校名称</th>
|
|
|
+ <th class='text-left nowrap' width="15%">学校名称</th>
|
|
|
<th class='text-left nowrap' width="5%">行政负责人姓名</th>
|
|
|
<th class='text-left nowrap' width="5%">业务负责人姓名</th>
|
|
|
<th class='text-left nowrap' width="7%">业务负责人电话</th>
|
|
|
- <th class='text-left nowrap' width="14%">学校地址</th>
|
|
|
+ <th class='text-left nowrap' width="17%">学校地址</th>
|
|
|
<th class='text-left nowrap' width="7%">办公电话</th>
|
|
|
- <th class='text-left nowrap' width="10%">所在地区</th>
|
|
|
+ <th class='text-left nowrap' width="5%">所在县区</th>
|
|
|
<th class='text-left nowrap' width="5%">状态</th>
|
|
|
<th class="text-left" width="15%">操作</th>
|
|
|
</tr>
|
|
@@ -30,7 +30,7 @@
|
|
|
<td class='text-left'>{$vo.yw_leader_phone|default='--'}</td>
|
|
|
<td class='text-left'>{$vo.address|default='--'}</td>
|
|
|
<td class='text-left'>{$vo.office_phone|default='--'}</td>
|
|
|
- <td class='text-left'>{$vo.area|default='--'}</td>
|
|
|
+ <td class='text-left'>{$vo.szd_area|default='--'}</td>
|
|
|
<td class='text-left nowrap'>
|
|
|
{eq name='vo.status' value='0'}
|
|
|
<span class="layui-badge">已禁用</span>{else}<span class="layui-badge layui-bg-green">使用中</span>
|