액셀다운로드 제거

This commit is contained in:
Yu Sung
2023-10-04 12:28:50 +09:00
parent 787643977d
commit cab4e00626
4 changed files with 4 additions and 254 deletions

View File

@@ -7,7 +7,6 @@ import store from './store'
import VuetifyDialog from 'vuetify-dialog'
import 'vuetify-dialog/dist/vuetify-dialog.css'
import VueExcelXlsx from "vue-excel-xlsx";
Vue.config.productionTip = false
Vue.use(VuetifyDialog, {
@@ -16,8 +15,6 @@ Vue.use(VuetifyDialog, {
}
})
Vue.use(VueExcelXlsx);
new Vue({
vuetify,
router,

View File

@@ -43,27 +43,6 @@
조회
</v-btn>
</v-col>
<v-spacer />
<v-col cols="2">
<vue-excel-xlsx
:data="items"
:columns="columns"
:file-name="'정산'"
:file-type="'xlsx'"
:sheet-name="'정산'"
>
<v-btn
block
color="#9970ff"
dark
depressed
>
엑셀 다운로드
</v-btn>
</vue-excel-xlsx>
</v-col>
</v-row>
<v-row>