style:批量选择
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -147,7 +147,7 @@ | ... | @@ -147,7 +147,7 @@ |
147 | if (this.unitData.length > 1) { | 147 | if (this.unitData.length > 1) { |
148 | let qllx = this.$route.query?.djywbm?.substring(0, 3); | 148 | let qllx = this.$route.query?.djywbm?.substring(0, 3); |
149 | switch (qllx) { | 149 | switch (qllx) { |
150 | case 'A04': | 150 | case 'A04': case 'A06': case 'A08': |
151 | this.showBatch = true; | 151 | this.showBatch = true; |
152 | this.batchButtonName = '房屋批量操作'; | 152 | this.batchButtonName = '房屋批量操作'; |
153 | break; | 153 | break; | ... | ... |
-
Please register or sign in to post a comment