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: [ children: [
{ {
id: 'type', id: 'type',
name: t('general.type'), name: t('productService.service.title'),
type: 'type', type: 'type',
actionDisabled: true, actionDisabled: true,
for: item.name, for: item.name,
@ -1464,7 +1464,7 @@ watch(
} }
if (productMode.value === 'service' && v.length !== 1) { if (productMode.value === 'service' && v.length !== 1) {
tmp.push({ tmp.push({
text: 'general.type', text: 'productService.service.title',
i18n: true, i18n: true,
}); });
} }