From 2681c93f5611dbf9417cf4ef06435d10142a28a7 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Wed, 07 Jan 2026 13:56:20 +0800
Subject: [PATCH] 1

---
 src/i18n/modules/sv.js          |    1 +
 src/i18n/modules/gr.js          |    1 +
 src/i18n/modules/de.js          |    1 +
 src/i18n/modules/da.js          |    1 +
 src/i18n/modules/lb.js          |    1 +
 src/views/ipo/lotteryRecord.vue |    7 ++++++-
 src/i18n/modules/Japanese.js    |    1 +
 src/i18n/modules/fi.js          |    1 +
 src/i18n/modules/CN.js          |    1 +
 src/i18n/modules/Italy.js       |    1 +
 src/i18n/modules/tur.js         |    1 +
 src/i18n/modules/fr.js          |    1 +
 src/i18n/modules/Korean.js      |    1 +
 src/i18n/modules/no.js          |    1 +
 src/i18n/modules/zh-CN.js       |    1 +
 src/i18n/modules/nl.js          |    1 +
 src/i18n/modules/pt.js          |    1 +
 src/i18n/modules/ro.js          |    1 +
 src/i18n/modules/th.js          |    1 +
 src/i18n/modules/es.js          |    1 +
 src/i18n/modules/ga.js          |    1 +
 src/i18n/modules/vi.js          |    1 +
 src/i18n/modules/en.js          |    1 +
 23 files changed, 28 insertions(+), 1 deletions(-)

diff --git a/src/i18n/modules/CN.js b/src/i18n/modules/CN.js
index 7c51984..291cf75 100644
--- a/src/i18n/modules/CN.js
+++ b/src/i18n/modules/CN.js
@@ -3035,4 +3035,5 @@
     '发行总股数': "發行總股數",
     '请大于最低申购数量': "請大於最低申購數量",
     '认缴订单待确认中无法卖出': "認繳訂單待確認中無法賣出",
+    '需补缴金额': "需補繳金額",
 }
\ No newline at end of file
diff --git a/src/i18n/modules/Italy.js b/src/i18n/modules/Italy.js
index 1f1a03a..95333a1 100644
--- a/src/i18n/modules/Italy.js
+++ b/src/i18n/modules/Italy.js
@@ -3129,6 +3129,7 @@
     '发行总股数': "Numero totale di azioni emesse",
     '请大于最低申购数量': "Si prega di inserire una quantità maggiore della quantità minima di sottoscrizione",
     '认缴订单待确认中无法卖出': "Impossibile vendere ordine di sottoscrizione in attesa di conferma",
+    '需补缴金额': "Importo supplementare da pagare",
 }
 
 
diff --git a/src/i18n/modules/Japanese.js b/src/i18n/modules/Japanese.js
index c82e27b..d7c4fd0 100644
--- a/src/i18n/modules/Japanese.js
+++ b/src/i18n/modules/Japanese.js
@@ -2904,6 +2904,7 @@
     '发行总股数': "発行総株式数",
     '请大于最低申购数量': "最低申込数量より大きく入力してください",
     '认缴订单待确认中无法卖出': "申込注文確認待ち中は売却できません",
+    '需补缴金额': "追加納付金額",
 }
 
 
diff --git a/src/i18n/modules/Korean.js b/src/i18n/modules/Korean.js
index cdbcb4f..6a6a888 100644
--- a/src/i18n/modules/Korean.js
+++ b/src/i18n/modules/Korean.js
@@ -3016,4 +3016,5 @@
     '发行总股数': "발행 총 주식 수",
     '请大于最低申购数量': "최소 신청 수량보다 크게 입력해주세요",
     '认缴订单待确认中无法卖出': "인수 주문 확인 대기 중에는 판매할 수 없습니다",
+    '需补缴金额': "추가 납입 금액",
 }
diff --git a/src/i18n/modules/da.js b/src/i18n/modules/da.js
index d627b84..c0d802b 100644
--- a/src/i18n/modules/da.js
+++ b/src/i18n/modules/da.js
@@ -3047,4 +3047,5 @@
     '发行总股数': "Samlet antal udstedte aktier",
     '请大于最低申购数量': "Indtast venligst en mængde større end den mindste tegningsmængde",
     '认缴订单待确认中无法卖出': "Kan ikke sælge tegningsordre, der afventer bekræftelse",
+    '需补缴金额': "Yderligere beløb, der skal betales",
 }
\ No newline at end of file
diff --git a/src/i18n/modules/de.js b/src/i18n/modules/de.js
index 6b8d5c8..82dbffc 100644
--- a/src/i18n/modules/de.js
+++ b/src/i18n/modules/de.js
@@ -3052,6 +3052,7 @@
     '发行总股数': "Gesamtzahl der ausgegebenen Aktien",
     '请大于最低申购数量': "Bitte geben Sie eine Menge ein, die größer als die Mindestabonnementmenge ist",
     '认缴订单待确认中无法卖出': "Abonnementauftrag kann während der Bestätigungsphase nicht verkauft werden",
+    '需补缴金额': "Zusätzlich zu zahlender Betrag",
 }
 
 
diff --git a/src/i18n/modules/en.js b/src/i18n/modules/en.js
index 5d80f8c..9593483 100644
--- a/src/i18n/modules/en.js
+++ b/src/i18n/modules/en.js
@@ -3038,4 +3038,5 @@
     '发行总股数': "Total number of shares issued",
     '请大于最低申购数量': "Please enter a quantity greater than the minimum subscription amount",
     '认缴订单待确认中无法卖出': "Cannot sell subscription order pending confirmation",
+    '需补缴金额': "Additional payment amount required",
 }
\ No newline at end of file
diff --git a/src/i18n/modules/es.js b/src/i18n/modules/es.js
index 26f69c9..62e65a3 100644
--- a/src/i18n/modules/es.js
+++ b/src/i18n/modules/es.js
@@ -2825,4 +2825,5 @@
     '发行总股数': "Número total de acciones emitidas",
     '请大于最低申购数量': "Por favor ingrese una cantidad mayor que la cantidad mínima de suscripción",
     '认缴订单待确认中无法卖出': "No se puede vender el pedido de suscripción pendiente de confirmación",
+    '需补缴金额': "Monto adicional a pagar",
 }
diff --git a/src/i18n/modules/fi.js b/src/i18n/modules/fi.js
index 8811ef1..08a63a3 100644
--- a/src/i18n/modules/fi.js
+++ b/src/i18n/modules/fi.js
@@ -3048,4 +3048,5 @@
     '发行总股数': "Kokonaismäärä liikkeeseen laskettuja osakkeita",
     '请大于最低申购数量': "Syötä määrä, joka on suurempi kuin vähimmäistilausmäärä",
     '认缴订单待确认中无法卖出': "Ei voi myydä tilausjärjestystä, joka odottaa vahvistusta",
+    '需补缴金额': "Lisäsumma, joka on maksettava",
 }
\ No newline at end of file
diff --git a/src/i18n/modules/fr.js b/src/i18n/modules/fr.js
index 23383de..6701b43 100644
--- a/src/i18n/modules/fr.js
+++ b/src/i18n/modules/fr.js
@@ -2977,5 +2977,6 @@
     '发行总股数': "Nombre total d'actions émises",
     '请大于最低申购数量': "Veuillez saisir une quantité supérieure au montant minimum d'abonnement",
     '认缴订单待确认中无法卖出': "Impossible de vendre une commande d'abonnement en attente de confirmation",
+    '需补缴金额': "Montant supplémentaire à payer",
 }
 
diff --git a/src/i18n/modules/ga.js b/src/i18n/modules/ga.js
index beda7f0..629d1e9 100644
--- a/src/i18n/modules/ga.js
+++ b/src/i18n/modules/ga.js
@@ -3047,4 +3047,5 @@
     '发行总股数': "Líon iomlán scaireanna eisithe",
     '请大于最低申购数量': "Cuir isteach cainníocht níos mó ná an méid íosta suíomh",
     '认缴订单待确认中无法卖出': "Ní féidir ordú suíomh atá ag feitheamh le deimhniú a dhíol",
+    '需补缴金额': "Méid breise le híoc",
 }
\ No newline at end of file
diff --git a/src/i18n/modules/gr.js b/src/i18n/modules/gr.js
index b9b2046..87af799 100644
--- a/src/i18n/modules/gr.js
+++ b/src/i18n/modules/gr.js
@@ -3012,6 +3012,7 @@
     '发行总股数': "Συνολικός αριθμός εκδοθέντων μετοχών",
     '请大于最低申购数量': "Παρακαλώ εισάγετε ποσότητα μεγαλύτερη από την ελάχιστη ποσότητα συνδρομής",
     '认缴订单待确认中无法卖出': "Δεν είναι δυνατή η πώληση παραγγελίας συνδρομής σε αναμονή επιβεβαίωσης",
+    '需补缴金额': "Πρόσθετο ποσό προς πληρωμή",
 }
 
 
diff --git a/src/i18n/modules/lb.js b/src/i18n/modules/lb.js
index 3615837..2b0d97f 100644
--- a/src/i18n/modules/lb.js
+++ b/src/i18n/modules/lb.js
@@ -2989,4 +2989,5 @@
     '发行总股数': "Gesamt Zuel vun Aktien déi erausginn goufen",
     '请大于最低申购数量': "Gitt w.e.g. eng Quantitéit an déi méi grouss ass wéi d'Minimum Abonnement Quantitéit",
     '认缴订单待确认中无法卖出': "Kann Abonnementsbestellung déi op Bestätegung waart net verkafen",
+    '需补缴金额': "Zousätzleche Betrag dee muss bezuelen",
 }
diff --git a/src/i18n/modules/nl.js b/src/i18n/modules/nl.js
index 09b29b2..268ceef 100644
--- a/src/i18n/modules/nl.js
+++ b/src/i18n/modules/nl.js
@@ -3047,4 +3047,5 @@
     '发行总股数': "Totaal aantal uitgegeven aandelen",
     '请大于最低申购数量': "Voer een hoeveelheid in die groter is dan het minimum abonnementsbedrag",
     '认缴订单待确认中无法卖出': "Kan abonnementsbestelling in afwachting van bevestiging niet verkopen",
+    '需补缴金额': "Aanvullend te betalen bedrag",
 }
\ No newline at end of file
diff --git a/src/i18n/modules/no.js b/src/i18n/modules/no.js
index 1c3a976..85249ee 100644
--- a/src/i18n/modules/no.js
+++ b/src/i18n/modules/no.js
@@ -3047,4 +3047,5 @@
     '发行总股数': "Totalt antall utstedte aksjer",
     '请大于最低申购数量': "Vennligst skriv inn en mengde større enn minimumstegningsmengden",
     '认缴订单待确认中无法卖出': "Kan ikke selge tegningsordre som venter på bekreftelse",
+    '需补缴金额': "Tilleggsbeløp som må betales",
 }
\ No newline at end of file
diff --git a/src/i18n/modules/pt.js b/src/i18n/modules/pt.js
index 5454045..ee043ee 100644
--- a/src/i18n/modules/pt.js
+++ b/src/i18n/modules/pt.js
@@ -2994,4 +2994,5 @@
     '发行总股数': "Número total de ações emitidas",
     '请大于最低申购数量': "Por favor insira uma quantidade maior que a quantidade mínima de subscrição",
     '认缴订单待确认中无法卖出': "Não é possível vender pedido de subscrição pendente de confirmação",
+    '需补缴金额': "Valor adicional a pagar",
 }
diff --git a/src/i18n/modules/ro.js b/src/i18n/modules/ro.js
index b5e3da6..cdd3d7c 100644
--- a/src/i18n/modules/ro.js
+++ b/src/i18n/modules/ro.js
@@ -2989,4 +2989,5 @@
     '发行总股数': "Număr total de acțiuni emise",
     '请大于最低申购数量': "Vă rugăm să introduceți o cantitate mai mare decât cantitatea minimă de subscripție",
     '认缴订单待确认中无法卖出': "Nu se poate vinde comanda de abonament în așteptarea confirmării",
+    '需补缴金额': "Sumă suplimentară de plătit",
 }
diff --git a/src/i18n/modules/sv.js b/src/i18n/modules/sv.js
index e7c4cf9..1c59eca 100644
--- a/src/i18n/modules/sv.js
+++ b/src/i18n/modules/sv.js
@@ -3047,4 +3047,5 @@
     '发行总股数': "Totalt antal emitterade aktier",
     '请大于最低申购数量': "Vänligen ange en kvantitet som är större än den minsta teckningskvantiteten",
     '认缴订单待确认中无法卖出': "Kan inte sälja teckningsorder som väntar på bekräftelse",
+    '需补缴金额': "Ytterligare belopp att betala",
 }
\ No newline at end of file
diff --git a/src/i18n/modules/th.js b/src/i18n/modules/th.js
index 3c873ba..a82df61 100644
--- a/src/i18n/modules/th.js
+++ b/src/i18n/modules/th.js
@@ -3021,4 +3021,5 @@
     '发行总股数': "จำนวนหุ้นที่ออกทั้งหมด",
     '请大于最低申购数量': "กรุณากรอกจำนวนที่มากกว่าจำนวนการสมัครขั้นต่ำ",
     '认缴订单待确认中无法卖出': "ไม่สามารถขายคำสั่งซื้อที่รอการยืนยันได้",
+    '需补缴金额': "จำนวนเงินที่ต้องชำระเพิ่มเติม",
 }
diff --git a/src/i18n/modules/tur.js b/src/i18n/modules/tur.js
index 737ba96..8b5b384 100644
--- a/src/i18n/modules/tur.js
+++ b/src/i18n/modules/tur.js
@@ -3013,4 +3013,5 @@
     '发行总股数': "Toplam ihraç edilen hisse sayısı",
     '请大于最低申购数量': "Lütfen minimum abonelik miktarından büyük bir miktar girin",
     '认缴订单待确认中无法卖出': "Onay bekleyen abonelik siparişi satılamaz",
+    '需补缴金额': "Ödenecek ek tutar",
 }
\ No newline at end of file
diff --git a/src/i18n/modules/vi.js b/src/i18n/modules/vi.js
index ffdfa89..8f892e9 100644
--- a/src/i18n/modules/vi.js
+++ b/src/i18n/modules/vi.js
@@ -2974,5 +2974,6 @@
     '发行总股数': "Tổng số cổ phiếu phát hành",
     '请大于最低申购数量': "Vui lòng nhập số lượng lớn hơn số lượng đăng ký tối thiểu",
     '认缴订单待确认中无法卖出': "Không thể bán đơn đăng ký đang chờ xác nhận",
+    '需补缴金额': "Số tiền cần bổ sung",
 }
 
diff --git a/src/i18n/modules/zh-CN.js b/src/i18n/modules/zh-CN.js
index 91e001e..b2f8c7d 100644
--- a/src/i18n/modules/zh-CN.js
+++ b/src/i18n/modules/zh-CN.js
@@ -3047,4 +3047,5 @@
     '发行总股数': "发行总股数",
     '请大于最低申购数量': "请大于最低申购数量",
     '认缴订单待确认中无法卖出': "认缴订单待确认中无法卖出",
+    '需补缴金额': "需补缴金额",
 }
\ No newline at end of file
diff --git a/src/views/ipo/lotteryRecord.vue b/src/views/ipo/lotteryRecord.vue
index c9935dc..8d7f32d 100644
--- a/src/views/ipo/lotteryRecord.vue
+++ b/src/views/ipo/lotteryRecord.vue
@@ -27,7 +27,9 @@
           <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>
@@ -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>

--
Gitblit v1.9.3