From 3ed2cb78a690b64c3b2646d35e1500081186dfa3 Mon Sep 17 00:00:00 2001
From: huzheng12 <52150713+huzheng12@users.noreply.github.com>
Date: Mon, 06 May 2024 00:21:32 +0800
Subject: [PATCH] first commit
---
src/page/new-urrency/components/placing-list.vue | 13 ++++---------
1 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/src/page/new-urrency/components/placing-list.vue b/src/page/new-urrency/components/placing-list.vue
index 000a5c1..de2ba19 100644
--- a/src/page/new-urrency/components/placing-list.vue
+++ b/src/page/new-urrency/components/placing-list.vue
@@ -71,18 +71,13 @@
},
getstatus(val) {
switch (val) {
- case 1:
- return this.$t("已认购");
- case 2:
- return this.$t("已中签");
case 3:
- return this.$t("已认缴");
+ return this.$t("配售");
case 4:
return this.$t("配售");
- case 0:
- return this.$t("未中签");
+
default:
- break;
+ return this.$t("已认购");
}
},
async getList() {
@@ -102,7 +97,7 @@
}
.state {
color: #1553e6;
- border: 1px solid #1553e6;
+ // border: 1px solid #1553e6;
text-align: center;
// height: 40px;
line-height: 40px;
--
Gitblit v1.9.3