This commit is contained in:
2021-06-21 19:26:46 +00:00
parent 6db9e23c86
commit 2d3797e6cd

View File

@@ -1,6 +1,6 @@
<template> <template>
<div class="mb-8"> <div class="mb-8">
<div class="mb-n2 ml-10"> <div class="mb-2 ml-10">
<span class="text-caption" v-if="variant == 'customer'">{{ <span class="text-caption" v-if="variant == 'customer'">{{
$ay.t("CustomerSignature") $ay.t("CustomerSignature")
}}</span> }}</span>
@@ -8,11 +8,13 @@
</div> </div>
<template> <template>
<div class="mb-6 mb-sm-0"> <div class="mb-6 mb-sm-0" @click="openDialog = true">
<v-btn icon class="ml-n1 mr-2" @click="openDialog = true"> <v-row>
<v-icon>$ayiEdit</v-icon> <v-btn icon class="ml-n1 mr-2" @click="openDialog = true">
</v-btn> <v-icon>$ayiEdit</v-icon>
<img class="grey lighten-2" :src="imgUrl" /> </v-btn>
<img class="grey lighten-5" height="40px" :src="imgUrl" />
</v-row>
</div> </div>
</template> </template>