console
<table border="1">
<tr>
<th rowspan="3">费率设置</th>
<th>业务类型</th>
<td>POS刷卡</td>
<th>费率设置</th>
<td colspan="3">
<table>
<tr>
<td>借记卡:___%,封顶____元</td>
</tr>
<tr>
<td>贷记卡:___%</td>
</tr>
</table>
</td>
</tr>
<tr>
<th>业务类型</th>
<td>条码支付</td>
<th>费率设置</th>
<td colspan="3">
<table>
<tr>
<td>微信:___%</td>
</tr>
<tr>
<td>支付宝:___%</td>
</tr>
</table>
</td>
</tr>
<tr>
<th>业务类型</th>
<td>银联二维码</td>
<th>费率设置</th>
<td colspan="3">
<table>
<tr>
<td>1000元以内(含):借记卡:___%,封顶___元</td>
</tr>
<tr>
<td>1000元以内(含):贷记卡:___%</td>
</tr>
<tr>
<td>1000元以上:借记卡:___%,封顶___元</td>
</tr>
<tr>
<td>1000元以上:贷记卡:___%</td>
</tr>
</table>
</td>
</tr>
</table>