diff --git a/src/pages/04_product-service/MainPage.vue b/src/pages/04_product-service/MainPage.vue index b2cfe2e4..e08d2f21 100644 --- a/src/pages/04_product-service/MainPage.vue +++ b/src/pages/04_product-service/MainPage.vue @@ -174,7 +174,7 @@ const treeProductTypeAndGroup = computed( children: [ { id: 'type', - name: t('general.type'), + name: t('productService.service.title'), type: 'type', actionDisabled: true, for: item.name, @@ -1464,7 +1464,7 @@ watch( } if (productMode.value === 'service' && v.length !== 1) { tmp.push({ - text: 'general.type', + text: 'productService.service.title', i18n: true, }); }