diff --git a/src/components/04_product-service/TotalProductCardComponent.vue b/src/components/04_product-service/TotalProductCardComponent.vue
index 78f6a02f..abe8dc6a 100644
--- a/src/components/04_product-service/TotalProductCardComponent.vue
+++ b/src/components/04_product-service/TotalProductCardComponent.vue
@@ -50,8 +50,11 @@ withDefaults(
@click="$emit('select', data)"
>
-
+
{{ title ?? 'title' }}
+
+ {{ title ?? 'title' }}
+
{
if (productMode === 'type') {
+ editByTree = 'type';
currentStatusProduct =
props.row.status === 'INACTIVE';
clearFormGroup();
@@ -2459,6 +2460,7 @@ watch(
drawerInfo = true;
}
if (productMode === 'group') {
+ editByTree = 'group';
currentStatusProduct =
props.row.status === 'INACTIVE';
clearFormGroup();
@@ -2992,7 +2994,11 @@ watch(
{{ props.row.name }}
-
+
{{ props.row.name }}
@@ -3689,12 +3695,12 @@ watch(
-
+
-