|
|
@ -18,15 +18,15 @@
|
|
|
|
</thead>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tbody>
|
|
|
|
<tr ng-repeat="service in serviceAll">
|
|
|
|
<tr ng-repeat="service in serviceAll">
|
|
|
|
<td><img height="80px" width="80px" ng-src="{{service.logo_url}}"/></td>
|
|
|
|
<td style="max-width: 160px;line-height: 90px"><img style=" height:80px; max-width: 180px;"ng-src="{{service.logo_url}}"/></td>
|
|
|
|
<td style="line-height: 80px">{{service.channel}}</td>
|
|
|
|
<td style="line-height: 90px">{{service.channel}}</td>
|
|
|
|
<td style="line-height: 80px">{{service.incremental_mode==1?'固定手续费':'固定金额扣款' }}</td>
|
|
|
|
<td style="line-height: 90px">{{service.incremental_mode==1?'固定手续费':'固定金额扣款' }}</td>
|
|
|
|
<td style="line-height: 80px">{{service.incremental_rate_value!=null?service.incremental_rate_value+'%':'-'}}</td>
|
|
|
|
<td style="line-height: 90px">{{service.incremental_rate_value!=null?service.incremental_rate_value+'%':'-'}}</td>
|
|
|
|
<td style="line-height: 80px">{{service.total_incremental_amount}}</td>
|
|
|
|
<td style="line-height: 90px">{{service.total_incremental_amount}}</td>
|
|
|
|
<td style="line-height: 80px">{{service.operator}}</td>
|
|
|
|
<td style="line-height: 90px">{{service.operator}}</td>
|
|
|
|
<td style="line-height: 80px">{{service.create_time}}</td>
|
|
|
|
<td style="line-height: 90px">{{service.create_time}}</td>
|
|
|
|
<td style="line-height: 80px">{{service.update_time}}</td>
|
|
|
|
<td style="line-height: 90px">{{service.update_time}}</td>
|
|
|
|
<td style="line-height: 80px">
|
|
|
|
<td style="line-height: 90px">
|
|
|
|
<a role="button" ng-click="editServiceChannelDialog(service)" ng-if="'011'|withRole"><i class="fa fa-edit"></i></a> |
|
|
|
|
<a role="button" ng-click="editServiceChannelDialog(service)" ng-if="'011'|withRole"><i class="fa fa-edit"></i></a> |
|
|
|
|
<a role="button" ng-click="updateStatus(service)">{{service.is_valid?'禁用':'启用'}}</a>
|
|
|
|
<a role="button" ng-click="updateStatus(service)">{{service.is_valid?'禁用':'启用'}}</a>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|