Browse Source

处理BUG

wangcz 7 years ago
parent
commit
6a411bdd5e

+ 2 - 2
src/main/webapp/resources/view/admin/product/brandProductsCount.html

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

+ 1 - 1
src/main/webapp/resources/view/admin/product/categoryNumber.html

@@ -38,7 +38,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>