【发布时间】:2018-11-30 12:59:21
【问题描述】:
如果我选中复选框并单击 ClickMe 按钮,前端看起来像这样,它应该只提供仅选中的 href
<td class='actions actions-1 my-files' data-hook="admin_orders_index_row_actions">
<% doc = Spree::BookkeepingDocument.where(printable: shipment.order).last %>
<% if doc %>
<%= link_to_with_icon "file", "", admin_bookkeeping_document_path(doc, format: :pdf), title: "Download Invoice" %>
<input type="checkbox" name="files" class="check"/>`
【问题讨论】: