diff --git a/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue b/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue index 0445c58..47d8175 100644 --- a/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue +++ b/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue @@ -276,21 +276,12 @@ - - - - - - - - - - @@ -1730,7 +1721,7 @@ tableName: "申请单材料明细表", columnProp: "issueType", headerAlign: "center", - align: "center", + align: "left", columnLabel: "类型", columnHidden: false, columnImage: false, @@ -1738,7 +1729,7 @@ sortLv: 0, status: true, fixed: '', - columnWidth: 100 + columnWidth: 80 }, { userId: this.$store.state.user.name, @@ -1748,7 +1739,7 @@ tableName: "申请单材料明细表", columnProp: "componentPartNo", headerAlign: "center", - align: "center", + align: "left", columnLabel: "材料编码", columnHidden: false, columnImage: false, @@ -1773,7 +1764,7 @@ sortLv: 0, status: true, fixed: '', - columnWidth: 130 + columnWidth: 200 }, { userId: this.$store.state.user.name, @@ -2739,6 +2730,9 @@ } else { this.dataList4 = []; } + this.$nextTick(() => { + this.$refs.sum.doLayout(); // 重新计算布局 + }); }); } },