This commit is contained in:
shaohaojiecoder
2020-02-08 22:27:56 +08:00
parent 07814b85f9
commit bd82a0e27c
33 changed files with 147 additions and 85 deletions

View File

@@ -52,8 +52,8 @@
}"
>
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">确定</a-button>
<a-button @click="onClose">取消</a-button>
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">{{ $t('button.submit') }}</a-button>
<a-button @click="onClose">{{ $t('button.cancel') }}</a-button>
</div>