This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -19,7 +19,12 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<v-row justify="center">
|
<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>
|
||||||
<v-card-title>
|
<v-card-title>
|
||||||
<span class="text-h5" v-if="variant == 'customer'">{{
|
<span class="text-h5" v-if="variant == 'customer'">{{
|
||||||
@@ -28,6 +33,9 @@
|
|||||||
<span class="text-h5" v-else>{{ $ay.t("TechSignature") }}</span>
|
<span class="text-h5" v-else>{{ $ay.t("TechSignature") }}</span>
|
||||||
</v-card-title>
|
</v-card-title>
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
|
<span class="text-h6" v-if="variant == 'customer'"
|
||||||
|
>{{ $ay.t("WorkOrder") }} {{ this.value.serial }}</span
|
||||||
|
>
|
||||||
<vueSignature
|
<vueSignature
|
||||||
ref="sigCtrl"
|
ref="sigCtrl"
|
||||||
:sig-option="sigOption"
|
:sig-option="sigOption"
|
||||||
|
|||||||
Reference in New Issue
Block a user