[WIP] Исправил update данных клиента, распространение клика и ховер текущего клиента

This commit is contained in:
megavrilinvv
2022-12-06 17:59:40 +03:00
parent ef890f52e7
commit 9cba7503fd
8 changed files with 98 additions and 25 deletions

View File

@@ -4,7 +4,7 @@
.dot.w-2.h-2(:style="{ backgroundColor: prioritySettings.settings.find((el) => el.text == value.priority).color }")
span.text-sm(:style="{ color: prioritySettings.settings.find((el) => el.text == value.priority).color }") {{value.priority}}
.flex.gap-x-2.text-sm(class="w-[164px]")
base-select(v-if="isOpenChange", :items="getPriorityList", v-model="value.priority")
base-select(v-if="isOpenChange", @click.stop :items="getPriorityList", v-model="value.priority")
</template>
<script>