This commit is contained in:
2021-01-19 21:55:17 +00:00
parent a5f7ba4933
commit 72f0a466b8

View File

@@ -18,22 +18,23 @@
</v-col>
<v-col cols="12" sm="6" v-if="!formState.readOnly">
<v-textarea
outlined
v-model="newSerial"
:label="$ay.t('PartSerialNumbersAvailable')"
:label="$ay.t('Add')"
clearable
:rows="$vuetify.breakpoint.xs ? 5 : 20"
:rows="$vuetify.breakpoint.xs ? 3 : 10"
ref="newSerial"
data-cy="newSerial"
append-outer-icon="$ayiPlus"
@click:append-outer="addItem()"
></v-textarea>
</v-col>
<v-col cols="12" sm="6" class="mt-n12">
<v-col cols="12" sm="6" class="mt-n5">
<v-simple-table>
<template v-slot:default>
<thead>
<tr>
<th />
<th>{{ $ay.t("PartSerialNumbersAvailable") }}</th>
<th />
</tr>
</thead>