Explorar o código

feat: 设备管理-产品分类:删除分类的提示支持多语言

vera_min hai 1 mes
pai
achega
efaf66ac4c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/iot/device/category/index.vue

+ 1 - 1
src/views/iot/device/category/index.vue

@@ -98,7 +98,7 @@ const onOpenEdit = (row: TableDataRow) => {
 // 删除当前行
 const onTabelRowDel = (row: TableDataRow) => {
   ElMessageBox.confirm(
-    t('message.device.tableI18nConfirm.deleteCatrgoryMessage', { name: row.name }),
+    t('message.device.tableI18nConfirm.deleteCategoryMessage', { name: row.name }),
     t('message.tableI18nConfirm.deleteTitle'),
     {
       // 确认