feat : 费用台账导出
This commit is contained in:
@@ -187,7 +187,11 @@ const tableConfig = reactive({
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
api: '/workflow/mosr/expense/ledger',
|
api: '/workflow/mosr/expense/ledger',
|
||||||
params: {}
|
params: {},
|
||||||
|
export:{
|
||||||
|
open :true,
|
||||||
|
fileName:`科技创新项目费用台账.xlsx`
|
||||||
|
}
|
||||||
})
|
})
|
||||||
const search = (val) => {
|
const search = (val) => {
|
||||||
tableConfig.params = {...val}
|
tableConfig.params = {...val}
|
||||||
|
|||||||
Reference in New Issue
Block a user