|
|
@@ -43,8 +43,9 @@
|
|
|
<tr ng-repeat="supplier in $data">
|
|
|
<td class="text-center">{{($index + 1)}}</td>
|
|
|
<td width="150" style="word-break: break-all">{{supplier.brand.nameEn}}
|
|
|
- <span class="label label-success f12" ng-if="!supplier.vendorid">新增</span>
|
|
|
- <span class="label label-warning f12" ng-if="supplier.vendorid">更新</span>
|
|
|
+ <span class="label label-success f12" ng-if="supplier.type == 818">新增</span>
|
|
|
+ <span class="label label-warning f12" ng-if="supplier.type == 815">更新</span>
|
|
|
+ <span class="label label-danger f12" ng-if="supplier.type == 112">删除</span>
|
|
|
</td>
|
|
|
<td ng-bind="supplier.vendorName"></td>
|
|
|
<td ng-bind="supplier.updater.userName"></td>
|