...
|
...
|
@@ -69,11 +69,8 @@ function bind_table_pagination() { |
|
|
<td class="">${item.createTime}</td>
|
|
|
<td class="">
|
|
|
<form id="uploadForm" enctype="multipart/form-data">
|
|
|
<div class="x_title form-group">
|
|
|
<input id="up_excel" name="up_excel" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" style="display: inline-block; width: 80%;" type="file">
|
|
|
<button type="button" class="btn btn-danger btn-import" style="display: inline-block;" data-id="${item.id}">导入券码</button>
|
|
|
<div class="clearfix"></div>
|
|
|
</div>
|
|
|
</form>
|
|
|
<button class="btn btn-danger btn-export-no" data-id="${item.id}">导出券码
|
|
|
</button>
|
...
|
...
|
|