액셀다운로드 제거
This commit is contained in:
@@ -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,
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user