WIP настроил создание клиента по кнопке "Сохранить" поправил таблицы и формы создания
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template lang="pug">
|
||||
.flex(class="gap-x-1.5")
|
||||
.flex.w-full(class="gap-x-1.5")
|
||||
base-select(:for-networks="true" :style-border="true" :list-data="listAddingNetworks" :option-data="selectedOption" :choose-option="chooseNetwork" :width-select="42")
|
||||
base-input.input-info.w-full(v-model:value="value.username" :id="value.id" placeholder="Ссылкa")
|
||||
base-input.input-info.w-full(v-model:value="value.username" placeholder="Ссылкa")
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
:style="{ minWidth : widthSelect + 'px'}")
|
||||
.flex.not-italic.option.justify-center.py-1.text-xl(
|
||||
v-for="responsible in listData"
|
||||
@click="(e) => chooseOption(e)"
|
||||
@click="chooseOption"
|
||||
:key="responsible.network"
|
||||
:id="responsible.network"
|
||||
:class="responsible.icon"
|
||||
|
||||
Reference in New Issue
Block a user