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) }}
-
-
- {{ row.comment || '-' }}
-
-
@@ -163,28 +155,6 @@
-
-
-
-
-
-
@@ -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;
}