Преглед на файлове

我的产品库相关提示优化调整

hejq преди 8 години
родител
ревизия
50863324d8
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      src/main/webapp/resources/tpl/index/approvalFlow/userProduct.html

+ 3 - 3
src/main/webapp/resources/tpl/index/approvalFlow/userProduct.html

@@ -188,7 +188,7 @@
         <div class="p-right">
             <a ng-click="addProduct()">新增</a>
             <a ng-click="uploadByBatch()" title="批量导入">批量导入</a>
-            <a ng-click="deleteByBatch()">批量除</a>
+            <a ng-click="deleteByBatch()">批量除</a>
         </div>
     </div>
     <div class="condition block" style="padding: 10px 15px;">
@@ -215,7 +215,7 @@
             <tr class="header">
                 <th width="50px">
                     <input type="checkbox" class="selector select_all"
-                           ng-model="checkboxes.checked" ng-click="checkAll()" title="点击选择后可以批量除">
+                           ng-model="checkboxes.checked" ng-click="checkAll()" title="点击选择后可以批量除">
                 </th>
                 <th width="140">产品编号</th>
                 <th>产品名称(类目)</th>
@@ -244,7 +244,7 @@
                 <td class="text-center" title="{{user.product.pbranden}}" ng-bind="::user.product.pbranden" ng-if="user.product.standard == 1"></td>
                 <td class="text-center" title="单位" ng-bind="::user.product.unit"></td>
                 <td class="text-center">
-             	      <a ng-click="deleteById(user.id)">除</a>
+             	      <a ng-click="deleteById(user.id)">除</a>
                 </td>
             </tr>
             </tbody>