|
@@ -23,7 +23,8 @@ import {
|
|
|
getFinanceStandingBookListV2,
|
|
|
getFinanceStandingBookCheck,
|
|
|
getCustomerList,
|
|
|
- getWalletCustomerList
|
|
|
+ getWalletCustomerList,
|
|
|
+ financeStandingBookV2Export
|
|
|
} from '@/api/finance/account_list'
|
|
|
import AccountListDetail from './components/account_list-detail'
|
|
|
export default {
|
|
@@ -71,7 +72,7 @@ export default {
|
|
|
return getFinanceStandingBookListV2(...p)
|
|
|
},
|
|
|
// 列表导出函数
|
|
|
- exportList: ()=>{},
|
|
|
+ exportList: financeStandingBookV2Export,
|
|
|
// 表格列解析渲染数据更改
|
|
|
columnParsing(item, defaultData) {
|
|
|
return defaultData
|