Browse Source

修复配送详情表格展示问题

dev
马远东 1 month ago
parent
commit
fece1a0c29
  1. 2
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue

2
src/views/distribution/deliverylist/distributionDeliveryListedt.vue

@ -3574,7 +3574,7 @@ export default {
await this.$nextTick(); await this.$nextTick();
const tableNode = document.querySelectorAll('.tableNode'); const tableNode = document.querySelectorAll('.tableNode');
setNodeHeight(tableNode, '60vh'); setNodeHeight(tableNode, '500px');
}, },
callFordelivery(formName) { callFordelivery(formName) {

Loading…
Cancel
Save