57381411 by 赵千
2 parents d7e6bf89 d9465059
......@@ -64,7 +64,7 @@ export default {
switch (qllx) {
case 'B39':
this.showBatch = true;
this.batchButtonName = '批量查封';
this.batchButtonName = '批量查封清单信息';
break;
case 'A37':
this.showBatch = true;
......
......@@ -214,7 +214,9 @@
dt {
flex: 1;
width: 100%;
@include flex-center;
display: flex;
align-items: center;
margin-left: 30px;
}
p:nth-child(2) {
......