diff --git a/src/pages/04_product-service/MainPage.vue b/src/pages/04_product-service/MainPage.vue index 7b7cdc3b..8890de45 100644 --- a/src/pages/04_product-service/MainPage.vue +++ b/src/pages/04_product-service/MainPage.vue @@ -1227,31 +1227,28 @@ watch(inputSearchProductAndService, async () => {
-
-
+
+
{{ $t('productAndServiceType') }}
{{ $t('productAndServiceAll') }}
{
-
-
- - +
+
+ + + drawerInfo = true; + } + " + @deleteCard="deleteProductById(v.id)" + @on-click=" + async () => { + pathGroupName = v.name; + currentId = v.id; + productMode = 'type'; + await fetchListType(); + flowStore.rotate(); + } + " + /> +