diff --git a/src/views/distribution/deliverylist/distributionDeliveryListdis.vue b/src/views/distribution/deliverylist/distributionDeliveryListdis.vue index 334e4713..868097a7 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListdis.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListdis.vue @@ -84,6 +84,12 @@ + +
+ +
- +
@@ -123,119 +129,119 @@
- - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - + @@ -269,6 +275,7 @@ +
勾选数量: {{ selectionList.length }}
@@ -1335,6 +1342,7 @@ export default { } this.page.total = data.total; this.data = data.records; + // data.records this.loading = false; this.selectionClear(); }); @@ -1361,6 +1369,7 @@ export default { .avue-crud { :deep(.el-dialog) { width: fit-content; + justify-content: space-between; } :deep(.el-row){ flex-direction: column; @@ -1455,9 +1464,15 @@ export default { flex-direction: column; } .el-fy { - flex: 1; + height: 30px; display: flex; align-items: flex-end; + justify-content: flex-end; } - +:deep(.maboxhi){ + height:100%!important; +} + .el_tabBK{ + height:70%; + }