Pārlūkot izejas kodu

feat: 新增分类弹窗取消按钮增加多语言

vera_min 1 mēnesi atpakaļ
vecāks
revīzija
b1caa4bce5

+ 1 - 1
src/views/iot/device/category/component/addOrEdit.vue

@@ -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>