This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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") }} {{ this.value.serial }}</span
|
||||
>
|
||||
<vueSignature
|
||||
ref="sigCtrl"
|
||||
:sig-option="sigOption"
|
||||
|
||||
Reference in New Issue
Block a user