This commit is contained in:
2020-04-05 19:01:54 +00:00
parent 8a31375ac9
commit f32de0d01a
9 changed files with 8 additions and 110 deletions

View File

@@ -4,19 +4,7 @@
<v-col>
<v-form ref="form">
<v-row>
<v-col cols="12" mt-1 mb-2>
<v-alert
ref="errorbox"
v-show="formState.errorBoxMessage"
color="error"
icon="fa-exclamation-circle "
transition="scale-transition"
class="multi-line"
outlined
>{{ formState.errorBoxMessage }}</v-alert
>
</v-col>
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
<template v-for="item in obj">
<v-col :key="item.key" cols="12" sm="6" lg="4" xl="3" px-2>
<v-card :data-cy="!!$ay.dev ? item.key : false">