现金额度导出文件名调整

This commit is contained in:
wuteng 2026-03-11 14:43:12 +08:00
parent 703af56d02
commit 1935716826

View File

@ -423,7 +423,7 @@ export default {
excel.export_json_to_excel({
header: tHeader,
data,
filename: '月结客户额度列表',
filename: '现金客户额度列表',
autoWidth: true
})
loadingInstance.close()