mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-07 15:45:08 +08:00
fix: i18n
This commit is contained in:
@ -204,7 +204,7 @@ onMounted(async () => {
|
||||
>
|
||||
{{ t('action.save') }}
|
||||
</el-button>
|
||||
<el-button type="danger" @click="showForm = false">取消</el-button>
|
||||
<el-button type="danger" @click="showForm = false">{{ t('common.cancel') }}</el-button>
|
||||
</div>
|
||||
</el-card>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user