feat : 费用台账导出
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user