| | |
| | | <div class="td-1 text-center">{{ t('持有/市场') }}</div> |
| | | <div class="td-1 text-center">{{ t('损益') }}</div> |
| | | |
| | | <div class="td-1 text-center">{{t("中签应认缴")}}/{{t("已认缴金额")}}</div> |
| | | <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 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> |