10.10综合交易所原始源码_移动端
1
admin
2026-01-07 2681c93f5611dbf9417cf4ef06435d10142a28a7
src/views/ipo/lotteryRecord.vue
@@ -29,6 +29,8 @@
          <div class="td-1 text-center">{{t("中签应认缴")}}/{{t("已认缴金额")}}</div>
          <div class="td-1 text-center">{{ t("需补缴金额") }}</div>
          <div class="td-1 text-center">{{ t('状态') }}</div>
          <div class="td-1 text-right">{{ t('时间') }}</div>
        </div>
@@ -47,6 +49,9 @@
            <div class="td-1 text-center">{{ item.requiredNumber + '/' + item.subscribedAmount }}</div>
            <div class="td-1 text-center">{{ ((item.requiredNumber || 0) - (item.subscribedAmount || 0)).toFixed(2) }}
            </div>
            <div class="td-1 text-center" :class="item.status === 2 ? 'red' : ''">{{ item.status === 1 ? t('申购中') :
              item.status === 2 ? t('已中签') : t('未中签') }}</div>
            <div class="td-1 text-right">{{ getTime(item.createTime) }}</div>