This commit is contained in:
wuteng 2025-11-12 10:45:50 +08:00
parent 652b53e704
commit 7151b286f6

View File

@ -549,7 +549,7 @@ export default {
if(!$table) {
$table = $e
}
// 导出
import('@/vendor/Export2Excel').then(excel => {
excel.table_to_book($table,"销售回款率统计.xlsx");