From a8f7278b9ae9a114cdcb0a8c8ef36de1191be1f7 Mon Sep 17 00:00:00 2001 From: "Alisa | Side.one" Date: Thu, 8 Jun 2023 21:43:34 +0800 Subject: [PATCH] feat: process status --- src/components/ProposalListItem.vue | 52 +++++++++++++++-------------- 1 file changed, 27 insertions(+), 25 deletions(-) diff --git a/src/components/ProposalListItem.vue b/src/components/ProposalListItem.vue index dcca7a95..c1df90cd 100644 --- a/src/components/ProposalListItem.vue +++ b/src/components/ProposalListItem.vue @@ -162,30 +162,7 @@ const proposalInfo = ref(); {{ showType(item.content['@type']) }} -
-
-
- {{ statusMap?.[item?.status] || item?.status }} -
-
+
@@ -201,7 +178,31 @@ const proposalInfo = ref();
-
+
+
+
+
+ {{ statusMap?.[item?.status] || item?.status }} +
+
+