wesley 6 years ago
parent
commit
322869096e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/views/admin/company/collection/data.blade.php

+ 2 - 2
resources/views/admin/company/collection/data.blade.php

xqd xqd
@@ -4,7 +4,7 @@
 
         <th class="sorting" data-sort="id"> ID</th>
         <th class="sorting" data-sort="company_name"> 企业名称</th>
-        <th class="sorting" data-sort="org_no"> 组织机构代码</th>
+        <th class="sorting" data-sort="reg_no"> 注册号</th>
         <th class="sorting" data-sort="legal_person"> 法人</th>
         <th class="sorting" data-sort="open_status"> 经营状态</th>
         <th class="sorting" data-sort="start_date"> 成立日期</th>
@@ -21,7 +21,7 @@
 
                 <td>{{ $item->id }}</td>
                 <td><a href="{{ U('Company/Info/view',['id'=>$item->id])}}">{{ $item->company_name }}</a></td>
-                <td>{{ $item->org_no }}</td>
+                <td>{{ $item->reg_no }}</td>
                 <td>{{ $item->legal_person }}</td>
                 <td>{{ $item->open_status }}</td>
                 <td>{{ $item->start_date }}</td>