544782275@qq.com 4 years ago
parent
commit
f575314e05
2 changed files with 5 additions and 5 deletions
  1. 1 1
      app/admin/controller/School.php
  2. 4 4
      app/admin/view/school/index.html

+ 1 - 1
app/admin/controller/School.php

@@ -56,7 +56,7 @@ class School extends Controller
     protected function _index_page_filter(&$data)
     {
         foreach ($data as &$value){
-            $value['area'] = $value['szd_province'].$value['szd_city'].$value['szd_area'];
+
         }
     }
     protected function _form_filter(&$data){

+ 4 - 4
app/admin/view/school/index.html

@@ -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>