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