mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:11:25 +08:00
8 lines
173 B
TypeScript
8 lines
173 B
TypeScript
export default {
|
|
excel: 'Excel',
|
|
customExport: 'Select export format',
|
|
jsonExport: 'JSON data export',
|
|
arrayExport: 'Array data export',
|
|
importExcel: 'Import',
|
|
};
|