|
|
@@ -23,7 +23,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th class="text-center" width="80">序号</th>
|
|
|
- <th class="text-center">企业名称</th>
|
|
|
+ <th class="text-center">品牌名称</th>
|
|
|
<th class="text-center" width="200">产品数(条)</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
@@ -34,7 +34,7 @@
|
|
|
<td class="text-center" ng-bind="item.count"></td>
|
|
|
</tr>
|
|
|
<tr ng-if="$data.length == 0">
|
|
|
- <td colspan="10" class="text-center" style="line-height: 40px; font-size: 20px;"><i class="fa fa-smile-o fa-lg"></i> 暂未查询到企业信息</td>
|
|
|
+ <td colspan="10" class="text-center" style="line-height: 40px; font-size: 20px;"><i class="fa fa-smile-o fa-lg"></i> 暂未查询到品牌产品相关信息</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|