From 3dc87cd1a281339a175a198d907bebef2e89c775 Mon Sep 17 00:00:00 2001 From: unknown <331404948@qq.com> Date: Fri, 1 Nov 2024 18:31:34 +0800 Subject: [PATCH] 0 --- .../business/apartment/votingRecords/votingRecords.vue | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/views/business/apartment/votingRecords/votingRecords.vue b/src/views/business/apartment/votingRecords/votingRecords.vue index 7617b1b..ceafd01 100644 --- a/src/views/business/apartment/votingRecords/votingRecords.vue +++ b/src/views/business/apartment/votingRecords/votingRecords.vue @@ -70,8 +70,9 @@
发起人:{{ form.makerName }}
-
创建时间:{{ form.startTime }}
-
截止时间:{{ form.endTime }}
+
创建时间:{{ form.startTimeStr }}
+
截止时间:{{ form.endTimeStr }}
+
投票时间:{{ form.voteTime }}
@@ -134,7 +135,11 @@ - + + + @@ -149,7 +154,7 @@ -->
投票名称: {{ form.mineMultipleVoteTable?.voteName }}
-
投票选择: {{ form.mineMultipleVoteTable?.optionName }}
+
投票选择: {{ form.mineMultipleVoteTable?.optionName.replace(/\|/g, '   ') }}