123
dcc
2024-06-28 25b2ba1cf86bc3439e7ad2acf2cd4a9ea7e4b0ed
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;