From 74596fd81f645daf6932bc828eb339f9d0b80837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E7=BA=A2=E5=85=B5?= <374362909@qq.com> Date: Sun, 15 Mar 2026 16:59:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=9B=E6=A0=87=E6=96=87=E4=BB=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasingrequisition/bidfile-audit.vue | 36 +++---------------- 1 file changed, 4 insertions(+), 32 deletions(-) diff --git a/src/views/purchase/purchasingrequisition/bidfile-audit.vue b/src/views/purchase/purchasingrequisition/bidfile-audit.vue index d57608f..6bbee4a 100644 --- a/src/views/purchase/purchasingrequisition/bidfile-audit.vue +++ b/src/views/purchase/purchasingrequisition/bidfile-audit.vue @@ -84,9 +84,6 @@ {{ currentVersion.fileName }} - - {{ currentVersion.comment || '无' }} - {{ currentVersion.createTime || '-' }} @@ -114,11 +111,6 @@ {{ getRoleLabel(row.uploadRoleCode) }} - - - - - - - - - @@ -873,12 +843,14 @@ watch( .flow-target-card :deep(.el-radio-group) { display: flex; - flex-direction: column; - gap: 12px; + flex-direction: row; + gap: 24px; + flex-wrap: wrap; } .flow-target-card :deep(.el-radio) { height: auto; line-height: 1.5; + margin-right: 0; }