|
@@ -167,9 +167,6 @@
|
|
|
<table class="table tb-type2 tableFixed">
|
|
|
<tbody class="tbody">
|
|
|
<tr>
|
|
|
- <td colspan="2" class="required"><label>单量设置:</label></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
<td class="tip_info">
|
|
|
单量:请输入大于等于-1的数字,-1表示不限;
|
|
|
优先级:请输入1-100的数字; 是否启动:1-开启,0-关闭
|
|
@@ -178,9 +175,7 @@
|
|
|
<tr class="noborder">
|
|
|
<table class="table tb-type2" id="price_table">
|
|
|
<tbody class="tbody tableContent">
|
|
|
-
|
|
|
<!-- 第一层表头开始 -->
|
|
|
-
|
|
|
<tr>
|
|
|
<th class="align-center w120 mw120">渠道名称</th>
|
|
|
<?php foreach ($output['providers'] as $provider) { ?>
|