From 8e886e539075fb819d7ddb4b8c3f263e01351e50 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 26 三月 2025 10:33:17 +0800 Subject: [PATCH] 添加归档功能 --- src/views/signProject/components/record.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/signProject/components/record.vue b/src/views/signProject/components/record.vue index dd5b927..4c016ad 100644 --- a/src/views/signProject/components/record.vue +++ b/src/views/signProject/components/record.vue @@ -15,7 +15,7 @@ <el-timeline-item style="font-size: 16px" :color="state.firstPeopleState == 1 ? '#0bbd87' : '#B4B4B4' " size="large"> <div style="display: flex"> 最初签署人: - <div style="display: flex;flex-direction: column"> + <div style="display: flex;flex-direction: column;line-height: 25px"> <div v-for="item in firstArr"> {{item.firstPeopleContent}} <span v-if="item.firstPeopleState == 1" style="color: #1ab394;font-size: 14px;">[已签]</span> @@ -110,6 +110,7 @@ name: '', remark: '', } + firstArr.value = [] } defineExpose({ -- Gitblit v1.9.2