@@ -42,7 +42,7 @@
</el-form>
<template #footer>
<span class="dialog-footer">
- <el-button @click="onCancel">{{ $t('message.tableI18nAction.cancel') }}</el-button>
+ <el-button @click="onCancel">{{ $t('message.tableI18nAction.cancel') }}</el-button>
<el-button type="primary" @click="onSubmit" :loading="loading">{{ ruleForm.id ? $t('message.tableI18nAction.edit') : $t('message.tableI18nAction.add') }}</el-button>
</span>
</template>