+
+
+
@@ -27,21 +30,23 @@ export default {
components: {
navbar,
},
- mounted() {
+ created() {
},
methods: {
-
+ close(){
+ this.$router.push('/index/list/')
+ }
}
};
\ No newline at end of file
+ .wrap{
+ width: 100%;
+ display: flex;
+ flex-direction: column;
+ overflow: hidden;
+ .title{
+ height: 60px;
+ display: flex;
+ align-items: center;
+ font-size: 20px;
+ padding-left: 50px;
+ }
+ .body{
+ margin-top: 50px;
+ .idCard{
+ border-radius: 5px;
+ background: #CFDDFF;
+ text-align: center;
+ height: 68px;
+ line-height: 68px;
+ font-size: 18px;
+ color: #6191FF;
+ }
+ }
+ .submitBtn{
+ position: absolute;
+ width: 300px;
+ font-size: 18px;
+ height: 68px;
+ border-radius: 10px;
+ bottom: 10px;
+ left: 50%;
+ transform: translate(-50%,-50%);
+ }
+ .popBody{
+ min-height: 200px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ text-align: center;
+ }
+ .popBtns{
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ .btn{
+ width: 180px;
+ border-radius: 10px;
+ font-size: 18px;
+ }
+ .close{
+ background: #CFDEFF;
+ color: #6191FF;
+ }
+ .sure{
+ background: #6191FF;
+ color: #fff;
+ }
+ }
+ }
+
diff --git a/src/pages/manage/list/client/corporateClient.vue b/src/pages/manage/list/client/corporateClient.vue
index 6bb0d6e..cdd4c3f 100644
--- a/src/pages/manage/list/client/corporateClient.vue
+++ b/src/pages/manage/list/client/corporateClient.vue
@@ -1,7 +1,7 @@
// 企业客户
diff --git a/src/pages/manage/list/personal/currentAccount.vue b/src/pages/manage/list/personal/currentAccount.vue
index 7ca924f..8e3c3fa 100644
--- a/src/pages/manage/list/personal/currentAccount.vue
+++ b/src/pages/manage/list/personal/currentAccount.vue
@@ -1,7 +1,99 @@
// 活期业务
+// 个人客户
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
提交
+
+
+
+
+
本业务需要授权
+
+
+ 取 消
+ 确 定
+
+
@@ -11,6 +103,13 @@ export default {
name: 'index',
data() {
return {
+ form:{
+
+ },
+ visible:false,
+ options:[]
+
+
}
},
@@ -24,5 +123,64 @@ export default {
\ No newline at end of file
+ .wrap{
+ width: 100%;
+ display: flex;
+ flex-direction: column;
+ overflow: hidden;
+ .title{
+ height: 60px;
+ display: flex;
+ align-items: center;
+ font-size: 20px;
+ padding-left: 50px;
+ }
+ .body{
+ margin-top: 50px;
+ .idCard{
+ border-radius: 5px;
+ background: #CFDDFF;
+ text-align: center;
+ height: 68px;
+ line-height: 68px;
+ font-size: 18px;
+ color: #6191FF;
+ }
+ }
+ .submitBtn{
+ position: absolute;
+ width: 300px;
+ font-size: 18px;
+ height: 68px;
+ border-radius: 10px;
+ bottom: 10px;
+ left: 50%;
+ transform: translate(-50%,-50%);
+ }
+ .popBody{
+ min-height: 200px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ text-align: center;
+ }
+ .popBtns{
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ .btn{
+ width: 180px;
+ border-radius: 10px;
+ font-size: 18px;
+ }
+ .close{
+ background: #CFDEFF;
+ color: #6191FF;
+ }
+ .sure{
+ background: #6191FF;
+ color: #fff;
+ }
+ }
+ }
+
diff --git a/src/pages/manage/navbar/index.vue b/src/pages/manage/navbar/index.vue
index 4c5f574..c2d7bcd 100644
--- a/src/pages/manage/navbar/index.vue
+++ b/src/pages/manage/navbar/index.vue
@@ -1,5 +1,5 @@
-