Browse Source

admin refill order add where refill_amount

ayHaru 4 years ago
parent
commit
d300dc977b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      admin/templates/default/refill.order.index.php

+ 3 - 1
admin/templates/default/refill.order.index.php

@@ -47,7 +47,9 @@
                         <option value="0"
                                 <?php if ($_GET['order_state'] == '0'){ ?>selected<?php } ?>><?php echo $lang['order_state_cancel']; ?></option>
                     </select>
-                    <label>充值卡类型</label>
+                </td>
+                <th><label>充值卡类型</label></th>
+                <td>
                     <select name="card_type" class="querySelect">
                         <option value=""><?php echo $lang['nc_please_choose']; ?></option>
                         <option value="1"