diff --git a/ry-vue3/src/views/manager/MeetingDetail.vue b/ry-vue3/src/views/manager/MeetingDetail.vue index cd09657..276d5c3 100644 --- a/ry-vue3/src/views/manager/MeetingDetail.vue +++ b/ry-vue3/src/views/manager/MeetingDetail.vue @@ -52,16 +52,7 @@
材料管理
-
-
- {{ r.label }}: - - ¥ {{ materialAmount(r.subType).toFixed(2) }} -
{{ r.hint }}
-
-
- - +
+ 新增参会人 @@ -100,6 +91,15 @@
+ +
+
+ {{ r.label }}: + + ¥ {{ materialAmount(r.subType).toFixed(2) }} +
{{ r.hint }}
+
+
@@ -962,8 +962,8 @@ onMounted(load) .form-actions { display: flex; justify-content: flex-start; padding: 24px 0 0; } -/* 参会人管理 (放在 劳务材料 tab 底部, 无表题) */ -.attendee-section { margin-top: 16px; padding-top: 16px; border-top: 1px dashed #e8e8e8; } +/* 参会人管理 (放在 劳务材料 tab 顶部, 在 劳务明细 + 劳务协议 上面) */ +.attendee-section { padding-bottom: 16px; border-bottom: 1px dashed #e8e8e8; } .attendee-toolbar { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; flex-wrap: wrap; } .toolbar-hint { font-size: 12px; color: #909399; line-height: 1.5; } .form-hint { font-size: 12px; color: #909399; margin-top: -8px; margin-bottom: 8px; line-height: 1.5; }