修改导出
This commit is contained in:
parent
18e0c9c18a
commit
0ac3969348
|
|
@ -1,5 +1,4 @@
|
|||
const ExcelJS = require("exceljs");
|
||||
|
||||
import ExcelJS from 'exceljs'
|
||||
const autoWidthAction = (val,width=10)=>{
|
||||
if (val == null) {
|
||||
width = 10;
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
<script setup lang="ts">
|
||||
import {ref} from "vue";
|
||||
|
||||
const ExcelJS = require("exceljs");
|
||||
import ExcelJS from "exceljs";
|
||||
import { UploadFilled } from '@element-plus/icons-vue'
|
||||
import {ElMessage} from "element-plus";
|
||||
const tableData = ref([])
|
||||
|
|
|
|||
Loading…
Reference in New Issue