diff --git a/src/views/AgencyCenter/AgencySetting.vue b/src/views/AgencyCenter/AgencySetting.vue index fdfb5d7..7d74e64 100644 --- a/src/views/AgencyCenter/AgencySetting.vue +++ b/src/views/AgencyCenter/AgencySetting.vue @@ -8,10 +8,11 @@ style="box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); z-index: 999" /> -
- -
-
+
+ +
+ +
{{ t('my_agency') }}
+
+ +
+
{{ t('bank_card') }}
+ + +
+
{{ t('more') }}
+
+
+ + +
+ +
+
+ {{ t('add_payment_method') }} +
+ + + +
+ + +
+ +
{{ t('category') }}
+
+ {{ usedBankCard?.cardType }} +
+ + +
+ {{ t('card_number_label') }} +
+
+ {{ usedBankCard?.cardNo }} +
+ + +
{{ t('payee') }}:
+
+ {{ usedBankCard?.payee }} +
+
+
+
+ + +
+ +
+
+
{{ t('kyc') }}
+ + +
:
+ + +
+ {{ t('review_passed') }} +
+ + +
+ {{ t('review_failed') }} +
+ + +
+ {{ t('awaiting_review') }} +
+
+ + + +
+ + +
+ +
+ {{ t('complete_information') }} + +
+ + +
+ +
+ + {{ t('passport_id_card_title') }}: + + + +
+ + +
+ +
+ + +
{{ t('contact_number') }}:
+
+ {{ bankCardInfo.contactNumber }} +
+ + +
{{ t('other_description') }}:
+
+ {{ bankCardInfo.otherDescription }} +
+
+
+