fix: display text

This commit is contained in:
puriphatt 2024-10-10 17:21:19 +07:00
parent c6c1971429
commit a9b323cf33

View file

@ -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,
});
}