feat : 费用台账导出

This commit is contained in:
2024-10-11 15:26:03 +08:00
parent a7143c8c58
commit 41fd5bef4d

View File

@@ -187,7 +187,11 @@ const tableConfig = reactive({
},
],
api: '/workflow/mosr/expense/ledger',
params: {}
params: {},
export:{
open :true,
fileName:`科技创新项目费用台账.xlsx`
}
})
const search = (val) => {
tableConfig.params = {...val}