diff --git a/src/App.vue b/src/App.vue index f2d4ef4..b8d089c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,10 @@ \ No newline at end of file diff --git a/src/pages/lobbyManager/list/index.vue b/src/pages/lobbyManager/list/index.vue index dd176b7..25f2da6 100644 --- a/src/pages/lobbyManager/list/index.vue +++ b/src/pages/lobbyManager/list/index.vue @@ -7,13 +7,13 @@
- +
取号机
@@ -47,7 +47,7 @@
- +
{{ workingName + '机'}}
@@ -61,7 +61,7 @@
- +
银行单据
@@ -153,7 +153,7 @@
- +
复印
@@ -175,18 +175,18 @@
- +
取回

- 请单击选中复印材料、双击可放大预览 -

    -
  • +
  • 身份证

  • -
  • +
@@ -257,7 +257,7 @@ export default { elImg2: [ { img: require('@/assets/img/goods/accountApplyBook.jpg'), name: '开户申请书', key: 405 }, - { img: require('@/assets/img/idCard-sm.png'), name: '身份证', key: 14 }, + { img: require('@/assets/img/idCard-sm.png'), name: '身份证', key: 13 }, ], listLi1 : [ @@ -327,7 +327,7 @@ export default { if(this.takeResultVisible) { this.takeResultVisible = false } - }, 2000) + }, 700) }).catch((error)=>{ this.$message({ showClose: true, @@ -369,7 +369,7 @@ export default { if(this.takeResultVisible) { this.takeResultVisible = false } - }, 2000) + }, 700) }).catch((error)=>{ this.$message({ showClose: true, @@ -409,7 +409,7 @@ export default { if(this.takeResultVisible) { this.takeResultVisible = false } - }, 2000) + }, 700) }).catch((error)=>{ this.$message({ showClose: true, @@ -419,6 +419,7 @@ export default { }); }) }, + // 取回 takeBack() { const formList = []; const checkList = [...this.checkList] @@ -431,24 +432,24 @@ export default { return } for(let i=0; i{ // ... - this.copyVisible = false + this.recaptionVisible = false this.checkList = [] this.takeResultVisible = true setTimeout(() => { if(this.takeResultVisible) { this.takeResultVisible = false } - }, 2000) + }, 700) }).catch((error)=>{ this.$message({ showClose: true,