|
@@ -612,7 +612,7 @@ onMounted(() => {
|
|
<AModal
|
|
<AModal
|
|
v-model:open="open1"
|
|
v-model:open="open1"
|
|
:title="$t('registerGateway.renegotiationAgreement')"
|
|
:title="$t('registerGateway.renegotiationAgreement')"
|
|
- :ok-text="$t('common.confirm')"
|
|
|
|
|
|
+ :ok-text="$t('common.certain')"
|
|
:cancel-text="$t('common.cancel')"
|
|
:cancel-text="$t('common.cancel')"
|
|
width="920px"
|
|
width="920px"
|
|
@ok="handleOk1"
|
|
@ok="handleOk1"
|
|
@@ -660,7 +660,7 @@ onMounted(() => {
|
|
<AModal
|
|
<AModal
|
|
v-model:open="open2"
|
|
v-model:open="open2"
|
|
:title="$t('registerGateway.advancedSettingsAgreement')"
|
|
:title="$t('registerGateway.advancedSettingsAgreement')"
|
|
- :ok-text="$t('common.confirm')"
|
|
|
|
|
|
+ :ok-text="$t('common.certain')"
|
|
:cancel-text="$t('common.cancel')"
|
|
:cancel-text="$t('common.cancel')"
|
|
width="480px"
|
|
width="480px"
|
|
@ok="handleOk"
|
|
@ok="handleOk"
|
|
@@ -787,6 +787,7 @@ onMounted(() => {
|
|
|
|
|
|
.footer-pagination {
|
|
.footer-pagination {
|
|
margin-top: 24px;
|
|
margin-top: 24px;
|
|
|
|
+ margin-bottom: 24px;
|
|
}
|
|
}
|
|
|
|
|
|
:deep(.renegotiation-agreement) {
|
|
:deep(.renegotiation-agreement) {
|