This commit is contained in:
2021-06-21 22:48:38 +00:00
parent ff3136ab17
commit d6057a00a0
2 changed files with 9 additions and 161 deletions

File diff suppressed because one or more lines are too long

View File

@@ -19,7 +19,12 @@
</template>
<v-row justify="center">
<v-dialog v-model="openDialog" max-width="600px">
<v-dialog
overlay-opacity="1"
overlay-color="primary"
v-model="openDialog"
max-width="600px"
>
<v-card>
<v-card-title>
<span class="text-h5" v-if="variant == 'customer'">{{
@@ -28,6 +33,9 @@
<span class="text-h5" v-else>{{ $ay.t("TechSignature") }}</span>
</v-card-title>
<v-card-text>
<span class="text-h6" v-if="variant == 'customer'"
>{{ $ay.t("WorkOrder") }}&nbsp;{{ this.value.serial }}</span
>
<vueSignature
ref="sigCtrl"
:sig-option="sigOption"