From 25b2ba1cf86bc3439e7ad2acf2cd4a9ea7e4b0ed Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Fri, 28 Jun 2024 09:28:04 +0800
Subject: [PATCH] 123
---
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