diff --git a/src/components/Frame.vue b/src/components/Frame.vue index 5c271535d0a84a6f31862cfebcb205905c0e8d16..abacf06006dd6c1dbd9b58be5a21f4d7bd8f93f9 100644 --- a/src/components/Frame.vue +++ b/src/components/Frame.vue @@ -4,25 +4,13 @@
欢迎进入缅北放贷后台
业务菜单
- - + + - + {{ menu2.perName }} @@ -32,14 +20,20 @@ -
菜单名称
-
 
-
人员
-
+ +
菜单名称
+
+ +
 
+
+ +
人员
+
+ +
退出 -
+
+
@@ -78,6 +72,7 @@ export default { text-align: center; line-height: 60px; } + .el-header, .el-footer { background-color: #ffffff; @@ -97,7 +92,7 @@ export default { text-align: center; } -body > .el-container { +body>.el-container { margin-bottom: 40px; } diff --git a/src/components/Login.vue b/src/components/Login.vue index 771709ff9b59cf41bbe1d45f9d101bf5bfab81bd..271b9a6d5247726f4cb633200716db9630f4e878 100644 --- a/src/components/Login.vue +++ b/src/components/Login.vue @@ -5,24 +5,12 @@
缅北放贷平台
后台管理系统
- +
- +
diff --git a/src/components/Overdue.vue b/src/components/Overdue.vue new file mode 100644 index 0000000000000000000000000000000000000000..7b2d8513256e677b9f6ddb744123aa83fc6df464 --- /dev/null +++ b/src/components/Overdue.vue @@ -0,0 +1,125 @@ + + + \ No newline at end of file diff --git a/src/components/Soon.vue b/src/components/Soon.vue new file mode 100644 index 0000000000000000000000000000000000000000..6a90f7388826739ac440d957e7a2fdd9726753a3 --- /dev/null +++ b/src/components/Soon.vue @@ -0,0 +1,120 @@ + + + \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index a3d2b3d1eab49db1e562e95cc0378bedbfd7b0dc..20045f9f53f0e900b4d64d3cef7f523f40dc3db9 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -38,6 +38,8 @@ import CheckInfo from '@/components/CheckInfo' import WaitAudit from '@/components/WaitAudit' import ChatTools from '@/components/ChatTools' import Staff from '@/components/Staff' +import Soon from '@/components/Soon' +import Overdue from '@/components/Overdue' import HuanKuan from '@/components/HuanKuan' import Entering from '@/components/Entering' import LookInfo from '@/components/LookInfo' @@ -45,7 +47,7 @@ import RepaymentFirst from '@/components/RepaymentFirst' import RepaymentTwo from '@/components/RepaymentTwo' import AuditAffirm from '@/components/AuditAffirm' import AuditLook from '@/components/AuditLook' -import UpdateBaseInfo from '@/components/UpdateBaseInfo' +import UpdateBaseInfo from '@/components/UpdateBaseInfo' import AuditBaseInfo from '@/components/AuditBaseInfo' import UserManage from '@/components/UserManage/UserManage' @@ -65,8 +67,7 @@ Router.prototype.push = function push(location) { export default new Router({ - routes: [ - { + routes: [{ path: '/', name: 'Login', component: Login @@ -76,18 +77,28 @@ export default new Router({ name: 'Frame', component: Frame, children: [ - // 用户管理 - { - path: '/userManage', - name: 'UserManage', - component: UserManage - }, - { - path: '/userInfo', - name: 'UserInfo', - component: UserInfo - }, - { + { + path: '/Soon', + name: 'Soon', + component: Soon + }, + { + path: '/Overdue', + name: 'Overdue', + component: Overdue + }, + // 用户管理 + { + path: '/userManage', + name: 'UserManage', + component: UserManage + }, + { + path: '/userInfo', + name: 'UserInfo', + component: UserInfo + }, + { path: '/pipelined', name: 'Pipelined', component: Pipelined @@ -98,20 +109,20 @@ export default new Router({ component: Reconciled }, { - path: '/labEcharts', - name: 'LabEcharts', - component: LabEcharts - }, - { - path: '/userVip', - name: 'UserVip', - component: UserVip - }, - { - path: '/userBlackList', - name: 'UserBlackList', - component: UserBlackList - }, + path: '/labEcharts', + name: 'LabEcharts', + component: LabEcharts + }, + { + path: '/userVip', + name: 'UserVip', + component: UserVip + }, + { + path: '/userBlackList', + name: 'UserBlackList', + component: UserBlackList + }, { path: '/dept', name: 'Dept', @@ -172,47 +183,39 @@ export default new Router({ // name:'AfterApplyOfWait', // component: AfterApplyOfWait, // } - ,{ + , { path: '/firstAudit', name: 'FirstAudit', component: FirstAudit, - } - ,{ + }, { path: '/applyManage', name: 'ApplyManage', component: ApplyManage, - } - ,{ + }, { path: '/secondAudit', name: 'SecondAudit', component: SecondAudit, - } - ,{ + }, { path: '/givingCredit', name: 'GivingCredit', component: GivingCredit, - } - ,{ + }, { path: '/thirdAudit', name: 'ThirdAudit', component: ThirdAudit, - } - , { + }, { path: "/chooseProduct", name: "ChooseProduct", component: ChooseProduct, - } - ,{ + }, { path: "/debitApply", name: "DebitApply", component: DebitApply, - } - ,{ + }, { path: "/checkInfo", name: "CheckInfo", component: CheckInfo, - } - ,{ + }, { path: "/waitAudit", name: "WaitAudit", component: WaitAudit, @@ -221,8 +224,7 @@ export default new Router({ path: '/huanKuan', name: 'HuanKuan', component: HuanKuan, - children:[ - { + children: [{ path: '/RepaymentFirst', name: 'RepaymentFirst', component: RepaymentFirst, @@ -263,76 +265,8 @@ export default new Router({ path: '/chatTools', name: 'ChatTools', component: ChatTools, - }, - - - //产品----------- - { - path:'/loanProduct', - name: 'LoanProduct', - component: LoanProduct, - }, - { - path:'/productParameter', - name: 'ProductParameter', - component: ProductParameter, - }, - { - path:'/productBaseInfo', - name: 'ProductBaseInfo', - component: ProductBaseInfo, - - }, - { - path:'/productItemSetting', - name: 'ProductItemSetting', - component: ProductItemSetting, - }, - { - path:'/productAudit', - name: 'ProductAudit', - component: ProductAudit, - }, - { - path:'/updateBaseInfo', - name: 'UpdateBaseInfo', - component: UpdateBaseInfo, - }, - { - path:'/auditBaseInfo', - name: 'AuditBaseInfo', - component: AuditBaseInfo, - }, - - { - path: '/ContractTemplate', - name: 'ContractTemplate', - component: ContractTemplate - - }, - { - path: '/AddContractTemplate', - name: 'AddContractTemplate', - component: AddContractTemplate - }, - { - path: '/LoanMaterialAllocation', - name: 'LoanMaterialAllocation', - component: LoanMaterialAllocation - }, - { - path: '/AddLoanMaterialAllocation', - name: 'AddLoanMaterialAllocation', - component: AddLoanMaterialAllocation - }, - { - path: '/Fu3LoanMaterialAllocation', - name: 'Fu3LoanMaterialAllocation', - component: Fu3LoanMaterialAllocation - }, - + } ] - }, - , + } ] }) \ No newline at end of file