north-glass-erp/northglass-erp/src/components/BasicTable.vue @@ -198,7 +198,8 @@ const $table = xGrid.value if ($table) { $table.exportData({ fileName:'1.xlsx', filename: 'order_export', sheetName: 'Sheet1', type: 'xlsx' }) }