Showing
5 changed files
with
13 additions
and
4 deletions
@@ -21,6 +21,10 @@ | @@ -21,6 +21,10 @@ | ||
21 | </template> | 21 | </template> |
22 | 22 | ||
23 | <script> | 23 | <script> |
24 | + import moment from "moment"; | ||
25 | + import {serviceList} from './store'; | ||
26 | + import FinanceService from 'services/finance/finance-service'; | ||
27 | + | ||
24 | export default { | 28 | export default { |
25 | name: "service-list" | 29 | name: "service-list" |
26 | } | 30 | } |
@@ -51,7 +51,7 @@ | @@ -51,7 +51,7 @@ | ||
51 | 51 | ||
52 | <script> | 52 | <script> |
53 | import moment from "moment"; | 53 | import moment from "moment"; |
54 | - import withdraw from './store/withdraw'; | 54 | + import {withdraw} from './store'; |
55 | import FinanceService from 'services/finance/finance-service'; | 55 | import FinanceService from 'services/finance/finance-service'; |
56 | import _ from "lodash"; | 56 | import _ from "lodash"; |
57 | 57 |
@@ -95,8 +95,8 @@ const domainApis = { | @@ -95,8 +95,8 @@ const domainApis = { | ||
95 | //提现申请管理 | 95 | //提现申请管理 |
96 | shopWithdrawList: '/erp-gateway-web/withdraw/list', //资金操作明细列表 | 96 | shopWithdrawList: '/erp-gateway-web/withdraw/list', //资金操作明细列表 |
97 | shopWithdrawApply: '/erp-gateway-web/withdraw/apply', //资金操作明细-提现明细ß | 97 | shopWithdrawApply: '/erp-gateway-web/withdraw/apply', //资金操作明细-提现明细ß |
98 | - //账户资金 | ||
99 | - shopWithdrawAccountList: '/erp-gateway-web/shop/account/list', //账务明细 | 98 | + shopWithdrawAccountList: '/erp-gateway-web/shop/account/list', //账户资金-账务明细 |
99 | + shopWithdrawServiceList: 'shop/withdraw/service/list',//服务费账单 | ||
100 | 100 | ||
101 | }, | 101 | }, |
102 | platform: { | 102 | platform: { |
-
Please register or login to post a comment