00cf89f7 by renchao@pashanhoo.com

style:批量选择

1 parent 52716f2a
...@@ -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;
......