@@ -24,19 +26,32 @@ export default {
name: 'index',
data() {
return {
- fullscreen:false,// 是否全屏--store读取
+ fullscreen:this.$store.state.layout.fullScreen,// 是否全屏--store读取
}
},
components: {
navbar,
},
+ computed:{
+ full:function(){
+ return this.$store.state.layout.fullScreen
+ }
+ },
created() {
-
+
},
methods: {
close(){
this.$router.push('/counter/list/')
- }
+ },
+ handleFullscreen(){
+ this.fullscreen = true
+ this.$store.commit('layout/changeFullscreen',true)
+ },
+ shrink(){
+ this.fullscreen = false
+ this.$store.commit('layout/changeFullscreen',false)
+ },
}
};
@@ -45,7 +60,7 @@ export default {
.box{
display: flex;
min-width: 1300px;
- height: 80vh;
+
overflow: auto;
.nav{
width: 270px;
diff --git a/src/pages/manage/list/client/consumerClient.vue b/src/pages/manage/list/client/consumerClient.vue
index bbd71e9..e402aed 100644
--- a/src/pages/manage/list/client/consumerClient.vue
+++ b/src/pages/manage/list/client/consumerClient.vue
@@ -13,10 +13,10 @@
+ v-for="(item,index) in papers"
+ :key="index"
+ :label="item.name"
+ :value="item.id">
@@ -43,10 +43,10 @@
+ v-for="(item,key) in gender"
+ :key="key"
+ :label="item.name"
+ :value="item.id">
@@ -103,7 +103,14 @@ export default {
},
visible:false,
- options:[]
+ papers:[
+ {name:'身份证',id:1}
+ ],
+ options:[],
+ gender:[
+ {name:'男',id:1},
+ {name:'女',id:2},
+ ],
diff --git a/src/pages/manage/list/personal/currentAccount/accountCancellation.vue b/src/pages/manage/list/personal/currentAccount/accountCancellation.vue
new file mode 100644
index 0000000..e957b5b
--- /dev/null
+++ b/src/pages/manage/list/personal/currentAccount/accountCancellation.vue
@@ -0,0 +1,23 @@
+
+
+
销户
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/manage/list/personal/currentAccount/deposit.vue b/src/pages/manage/list/personal/currentAccount/deposit.vue
new file mode 100644
index 0000000..b2ed70e
--- /dev/null
+++ b/src/pages/manage/list/personal/currentAccount/deposit.vue
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 提交
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/manage/list/personal/currentAccount.vue b/src/pages/manage/list/personal/currentAccount/index.vue
similarity index 87%
rename from src/pages/manage/list/personal/currentAccount.vue
rename to src/pages/manage/list/personal/currentAccount/index.vue
index 4fdf2c4..5451438 100644
--- a/src/pages/manage/list/personal/currentAccount.vue
+++ b/src/pages/manage/list/personal/currentAccount/index.vue
@@ -16,9 +16,10 @@
活期业务
-
开户
+
{{text}}
+
+
-
+
@@ -145,10 +145,25 @@
-
+
提交
-
+