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: [
|
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,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue