|
|
@@ -25,11 +25,11 @@
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr ng-repeat="product in $data">
|
|
|
- <td class="text-center" ng-bind="::product.code"></td>
|
|
|
- <td class="text-center" ng-bind="::product.title"></td>
|
|
|
- <td class="text-left f12" ng-bind="::product.spec"></td>
|
|
|
- <td class="text-center" ng-bind="::product.unit"></td>
|
|
|
- <td class="text-center"><a title="选择" href="javascript:void(0)" ng-click="check(product)"><i class="fa fa-check-square-o"></i></a></td>
|
|
|
+ <td class="text-center"><a ng-click="check(product)" ng-bind="::product.code"></a></td>
|
|
|
+ <td class="text-center"><a ng-click="check(product)" ng-bind="::product.title"></a></td>
|
|
|
+ <td class="text-left f12"><a ng-click="check(product)" ng-bind="::product.spec"></a></td>
|
|
|
+ <td class="text-center"><a ng-click="check(product)" ng-bind="::product.unit"></a></td>
|
|
|
+ <td class="text-center"><a title="选择" href="javascript:void(0)" ng-click="check(product)">选择</a></td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|