mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-28 00:43:58 +00:00
refactor: Relocate Export buttons
This commit is contained in:
@@ -17,6 +17,22 @@
|
||||
{{item.issuer_name}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<div class="font-heading fs-10 muted all-caps">Export</div>
|
||||
<!-- txt format output button-->
|
||||
<a :href="route('group.text', item.id)" target="_blank">
|
||||
<button class="btn btn-xs b-rad-none">
|
||||
<i class="fa solid fa-file-text"></i>
|
||||
</button>
|
||||
</a>
|
||||
<!---->
|
||||
<!-- xlsl format output button-->
|
||||
<a :href="route('group.excel', item.id)" target="_blank">
|
||||
<button class="btn btn-xs b-rad-none">
|
||||
<i class="fa solid fa-file-excel-o"></i>
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-auto">
|
||||
@@ -79,20 +95,18 @@
|
||||
<div class="col-auto">
|
||||
<div class="row parentContainer">
|
||||
<div class="col p-l-0">
|
||||
<!-- txt format output button-->
|
||||
<!-- txt format output button
|
||||
<a :href="route('group.text', item.id)" target="_blank">
|
||||
<button class="btn btn-xs b-rad-none">
|
||||
<i class="fa solid fa-file-text"></i>
|
||||
</button>
|
||||
</a>
|
||||
<!---->
|
||||
<!-- xlsl format output button-->
|
||||
<a :href="route('group.excel', item.id)" target="_blank">
|
||||
<button class="btn btn-xs b-rad-none">
|
||||
<i class="fa solid fa-table"></i>
|
||||
</button>
|
||||
</a>
|
||||
<!-- -->
|
||||
-->
|
||||
<button class="btn btn-xs btn-complete b-rad-none">
|
||||
<i class="fa fa-refresh" @click="updateDo()"></i>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user