fix: display text
This commit is contained in:
parent
c6c1971429
commit
a9b323cf33
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue