|
@@ -92,10 +92,10 @@
|
|
|
<tr>
|
|
|
<td>
|
|
|
<a href="index.php?act=provider&op=file_sync" class="btns">
|
|
|
- <span><i class="icon-edit"></i>从文件同步通道折扣</span>
|
|
|
+ <span><i class="icon-edit"></i>新通道-价格导入</span>
|
|
|
</a>
|
|
|
<a href="index.php?act=provider&op=refresh_price" class="btns">
|
|
|
- <span><i class="icon-edit"></i>刷新通道折扣</span>
|
|
|
+ <span><i class="icon-edit"></i>调价-立即生效</span>
|
|
|
</a>
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -132,7 +132,7 @@
|
|
|
<th>调款操作</th>
|
|
|
<th class="align-right">订单成功后余额</th>
|
|
|
<th class="align-right">接口查询余额</th>
|
|
|
- <th>通道折扣</th>
|
|
|
+ <th>价格设置</th>
|
|
|
<th class="align-center">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -169,7 +169,7 @@
|
|
|
|
|
|
</td>
|
|
|
<td>
|
|
|
- <a href="index.php?act=provider&op=provider_price&provider_id=<?php echo $v['provider_id'] ?>">编辑折扣</a>
|
|
|
+ <a href="index.php?act=provider&op=provider_price&provider_id=<?php echo $v['provider_id'] ?>">调价</a>
|
|
|
</td>
|
|
|
<td class="align-center w200">
|
|
|
<div>
|