廖井涛
2025-10-14 eed6d0336e2898a73f626b8c68033a66e3588443
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'
    })
  }