From f41697ec419296596f0410d53e48b5ee1ac6bfd8 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 16 Oct 2025 16:44:21 +0800 Subject: [PATCH] =?UTF-8?q?2025-10-16=20=E9=A2=86=E6=96=99=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=20=E6=9D=90?= =?UTF-8?q?=E6=96=99=E6=B1=87=E6=80=BB=E9=A1=B5=E7=AD=BE=20=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E5=9E=82=E7=9B=B4=E9=94=99=E4=BD=8D=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../soIssueNotify/searchIssureNotify.vue | 28 ++++++++----------- 1 file changed, 11 insertions(+), 17 deletions(-) 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(); // 重新计算布局 + }); }); } },