WIP настроил создание клиента по кнопке "Сохранить" поправил таблицы и формы создания

This commit is contained in:
DwCay
2022-10-28 18:27:00 +03:00
parent 92a25cecc7
commit 2a318c61ba
13 changed files with 240 additions and 212 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
.flex.row.text-base.font-semibold
.flex.row.text-base.font-semibold.min-w-fit
clients-table-cell-header(v-for="cell in columnHead" :title="cell.title" :width="cell.width" :class="!cell.title && 'px-3'")
.icon-down-arrow.icon.text-xsm.cursor-pointer(v-if="cell.iconHead && cell.name !== 'fullName'" )
.icon-sort-number.cursor-pointer.text-xs.icon(v-if="cell.iconHead && cell.name === 'fullName'")