5964b0e0 by jiaozeping@pashanhoo.com

批量查封清单信息

1 parent 668d7732
...@@ -63,7 +63,7 @@ export default { ...@@ -63,7 +63,7 @@ export default {
63 switch (qllx) { 63 switch (qllx) {
64 case 'B39': 64 case 'B39':
65 this.showBatch = true; 65 this.showBatch = true;
66 this.batchButtonName = '批量查封'; 66 this.batchButtonName = '批量查封清单信息';
67 break; 67 break;
68 case 'A37': 68 case 'A37':
69 this.showBatch = true; 69 this.showBatch = true;
......