00cf89f7 by renchao@pashanhoo.com

style:批量选择

1 parent 52716f2a
......@@ -147,7 +147,7 @@
if (this.unitData.length > 1) {
let qllx = this.$route.query?.djywbm?.substring(0, 3);
switch (qllx) {
case 'A04':
case 'A04': case 'A06': case 'A08':
this.showBatch = true;
this.batchButtonName = '房屋批量操作';
break;
......