[WIP] Заменил инпуты с датой на baseInput, исправил стили, фикс станицы логина
This commit is contained in:
@@ -32,9 +32,10 @@
|
||||
label="Клиент"
|
||||
)
|
||||
.flex.gap-x-4
|
||||
base-input-date(
|
||||
base-input(
|
||||
v-model="eventDate",
|
||||
label="Дата"
|
||||
label="Дата",
|
||||
type="date"
|
||||
)
|
||||
.flex.gap-x-2.items-center
|
||||
base-input-time.item-input.text-base(
|
||||
@@ -72,17 +73,16 @@ import { addNotification } from "@/components/Notifications/notificationContext"
|
||||
import { fetchWrapper } from "@/shared/fetchWrapper.js";
|
||||
import BaseInputTime from "@/components/base/BaseInputTime.vue";
|
||||
import BaseInput from "@/components/base/BaseInput.vue";
|
||||
import BaseInputDate from "@/components/base/BaseInputDate.vue";
|
||||
import BaseSelect from "@/components/base/BaseSelect.vue";
|
||||
import BaseCustomSelect from "@/components/base/BaseCustomSelect.vue";
|
||||
import * as moment from "moment/moment";
|
||||
import { statusesDictionary } from "../utils/statusesDictionary.js";
|
||||
|
||||
export default {
|
||||
name: "FormChangeEvent",
|
||||
components: {
|
||||
BaseSelect,
|
||||
BaseInput,
|
||||
BaseInputDate,
|
||||
BaseInputTime,
|
||||
BaseCustomSelect,
|
||||
TheNotificationProvider,
|
||||
|
||||
Reference in New Issue
Block a user