fix(系统设置): 服务集成补充国际化

This commit is contained in:
xinxin.wu 2023-08-09 16:07:41 +08:00 committed by fit2-zhao
parent a719ad77fe
commit 63dfd42ffe
1 changed files with 3 additions and 3 deletions

View File

@ -23,9 +23,9 @@
</a-tooltip>
</div>
<a-space>
<a-button type="secondary" @click="handleCancel">取消</a-button>
<a-button type="outline">测试链接</a-button>
<a-button type="primary" @click="saveHandler">确定</a-button>
<a-button type="secondary" @click="handleCancel">{{ t('organization.service.Cancel') }}</a-button>
<a-button type="outline">{{ t('organization.service.testLink') }}</a-button>
<a-button type="primary" @click="saveHandler">{{ t('organization.service.Confirm') }}</a-button>
</a-space>
</div>
</template>