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