diff --git a/admin_front/app.vue b/admin_front/app.vue index f6a2e50..7d34f6c 100644 --- a/admin_front/app.vue +++ b/admin_front/app.vue @@ -1,4 +1,6 @@ @@ -177,14 +177,17 @@ watch(active_point, () => { - {{ !target_array.filter(el => el.type == 'start').length ? - `Добавить` : 'Изменить' }} - точку старта - Добавить точку входа в кабинет + + el.type.indexOf('cabinet') !== -1).length + 1))" + :icon="target_type.indexOf('cabinet') !== -1 ? 'pi pi-bullseye' : ''" + label="Добавить точку входа в кабинет"> - {{ active_point }} + active point {{ active_point }}