Commit 343565f5 authored by 沈良进's avatar 沈良进
parents bea1ec23 947a42af
This diff is collapsed.
<template>
<div>
<PlatformAccount :pagesTitle="pagesTitle"></PlatformAccount>
</div>
</template>
<script>
import PlatformAccount from './PlatformAccount/index.vue';
export default {
components: { PlatformAccount },
data() {
return {
pagesTitle:'审核',
};
},
methods: {
}
};
</script>
<style scoped>
</style>
......@@ -3834,6 +3834,13 @@ export default {
meta: {
title: '平台账户'
},
},{ //财务 审核平台账户
path: '/PlatformAccountExamine',
name: 'PlatformAccountExamine',
component: resolve => require(['@/components/FinancialModule/PlatformAccountExamine'], resolve),
meta: {
title: '审核平台账户'
},
}, { //财务 现金账户
path: '/CashAccount',
name: 'CashAccount',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment