updata:智控台页面添加语言切换,支持中英繁

This commit is contained in:
rainv123
2025-09-12 15:11:56 +08:00
parent 5b4381c257
commit f788e45bc1
4 changed files with 8 additions and 7 deletions
@@ -10,7 +10,7 @@
</el-form>
<div slot="footer" class="dialog-footer">
<el-button @click="handleClose">{{ $t('button.cancel') }}</el-button>
<el-button type="primary" @click="handleSave">{{ $t('button.confirm') }}</el-button>
<el-button type="primary" @click="handleSave">{{ $t('button.save') }}</el-button>
</div>
</el-dialog>
</template>
@@ -31,7 +31,7 @@
</el-form>
<div slot="footer" class="dialog-footer">
<el-button @click="handleCancel">{{ $t('button.cancel') }}</el-button>
<el-button type="primary" @click="handleSubmit">{{ $t('button.confirm') }}</el-button>
<el-button type="primary" @click="handleSubmit">{{ $t('button.save') }}</el-button>
</div>
</el-dialog>
</template>