haru haru hace 2 años
padre
commit
7f5444179d
Se han modificado 1 ficheros con 2 adiciones y 4 borrados
  1. 2 4
      admin/templates/default/provider.refill.balance.php

+ 2 - 4
admin/templates/default/provider.refill.balance.php

@@ -564,14 +564,12 @@
                         <th>主体名称</th>
                         <th style="width:100px;">回调时间</th>
                         <th style="width:100px;">下单时间</th>
-                        <th style="width:100px;">无</th>
                     </thead>`;
                     datas.map((item, index) => {
                         tableHTML += `<tr>
                             <td>${item.name}</td>
-                            <td style="width:100px;"><label><input type="radio" name="statType-${index}" /></label></td>
-                            <td style="width:100px;"><label><input type="radio" name="statType-${index}" /></label></td>
-                            <td style="width:100px;"><label><input type="radio" name="statType-${index}" /></label></td>
+                            <td style="width:100px;"><label><input type="checkbox" name="statType-${item.value}[]" value="order_time"/></label></td>
+                            <td style="width:100px;"><label><input type="checkbox" name="statType-${item.value}[]" value="notify_time"/></label></td>
                         </tr>`
                     })